Versions in this module Expand all Collapse all v0 v0.1.0 Jul 27, 2021 Changes in this version + type API struct + Timeout time.Duration + func NewAPI(arg RunOptions) *API + func (a *API) Listen() (out chan string, err error) + func (a *API) Start() error + func (a *API) Stop() + func (a *API) Write(in string) (out string, err error) + type RunOptions struct + BotLiteMode bool + ChannelCapacity int + EnableTyping bool + HomeDir string + KeybaseLoction string + PaperKey string + Username string + func (r RunOptions) Location() string