Documentation
¶
Index ¶
- Constants
- func RunDaemon(configpath string)
- type Config
- type Listener
- func (l *Listener) Create(info *rpcmsg.Info, reply *rpcmsg.Message) error
- func (l *Listener) Deploy(info *rpcmsg.Info, reply *rpcmsg.Message) error
- func (l *Listener) Join(info *rpcmsg.Info, reply *rpcmsg.Message) error
- func (l *Listener) Leave(info *rpcmsg.Info, reply *rpcmsg.Message) error
- func (l *Listener) List(line string, reply *rpcmsg.Message) error
- func (l *Listener) Stop(info *rpcmsg.Info, reply *rpcmsg.Message) error
- func (l *Listener) Test(info *rpcmsg.Info, reply *rpcmsg.Message) error
Constants ¶
View Source
const IPFS_LENGTH = 46
View Source
const KEY_LENGTH = 44
View Source
const MAX_ROLL = 16777216
View Source
const MIN_ROLL = 0
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Server string Channel string Nick string DeployDirectory string RPCPort string }
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.