41 lines
690 B
Org Mode
41 lines
690 B
Org Mode
#+begin_html
|
|
<!-- Code generated by gomarkdoc. DO NOT EDIT -->
|
|
#+end_html
|
|
|
|
* p2p-rendering-computation
|
|
:PROPERTIES:
|
|
:CUSTOM_ID: p2p-rendering-computation
|
|
:END:
|
|
#+begin_src go
|
|
import "github.com/Akilan1999/p2p-rendering-computation"
|
|
#+end_src
|
|
|
|
** Index
|
|
:PROPERTIES:
|
|
:CUSTOM_ID: index
|
|
:END:
|
|
- [[#variables][Variables]]
|
|
|
|
** Variables
|
|
:PROPERTIES:
|
|
:CUSTOM_ID: variables
|
|
:END:
|
|
|
|
#+begin_src go
|
|
var List_servers, Ip_table bool
|
|
#+end_src
|
|
|
|
Varaibles if mode is client
|
|
|
|
#+begin_src go
|
|
var OS, Pull_location, Run_script string
|
|
#+end_src
|
|
|
|
VERSION specifies the version of the platform
|
|
|
|
#+begin_src go
|
|
var VERSION = "2.0.0"
|
|
#+end_src
|
|
|
|
Generated by [[https://github.com/princjef/gomarkdoc][gomarkdoc]]
|