Documentation ¶
Index ¶
- Constants
- func AcceptRemote(featherCtx *cap.FeatherContext, x int, y string) (bool, error)
- func AcceptRemoteNoTimeout(featherCtx *cap.FeatherContext, x int, y string) (bool, error)
- func FeatherCtl(featherCtx *cap.FeatherContext, ...)
- func FeatherCtlEmitter(featherCtx *cap.FeatherContext, modeCtlTrailChan chan string, ...) (string, error)
- func FeatherCtlInit(icIn chan os.Signal, localHostAddr *string, encryptPass *string, ...) *cap.FeatherContext
- func FeatherQueryCache(featherCtx *cap.FeatherContext, pense string) (string, error)
Constants ¶
View Source
const ( YOU_SHALL_NOT_PASS = "you shall not pass" MSG_FLY_AWAY = "Fly away!\n" MSG_WAITING = "\nWaiting...\n" MSG_GLIDING = "\nGliding....\n" MSG_PERCH_AND_GAZE = "\nPerch and Gaze...\n" )
Variables ¶
This section is empty.
Functions ¶
func AcceptRemote ¶
func AcceptRemoteNoTimeout ¶
func FeatherCtl ¶
func FeatherCtl(featherCtx *cap.FeatherContext, emote func(*cap.FeatherContext, string, string), )
func FeatherCtlEmitter ¶
func FeatherCtlEmitter(featherCtx *cap.FeatherContext, modeCtlTrailChan chan string, emote func(*cap.FeatherContext, []byte, string), queryAction func(*cap.FeatherContext, string) (string, error)) (string, error)
func FeatherCtlInit ¶
func FeatherCtlInit(icIn chan os.Signal, localHostAddr *string, encryptPass *string, encryptSalt *string, hostAddr *string, handshakeCode *string, sessionIdentifier *string, env *string, acceptRemoteFunc func(*cap.FeatherContext, int, string) (bool, error), interruptedFunc func(*cap.FeatherContext) error) *cap.FeatherContext
func FeatherQueryCache ¶
func FeatherQueryCache(featherCtx *cap.FeatherContext, pense string) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.