Documentation
¶
Index ¶
- Constants
- type Err9p
- type Session
- func (s *Session) Address() string
- func (s *Session) Auth(ap *auth.Protocol) error
- func (s *Session) Listen() error
- func (s *Session) Register(filer store.Filer, cmd commander.Commander, cb callback.Callback) error
- func (s *Session) Serve9P(x *styx.Session)
- func (s *Session) SetActivity(act func(string))
Constants ¶
View Source
const ( Err9pNoOpen = Err9p("store does not implement Opener") Err9pFileNotFound = Err9p("file not found") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) Register ¶
Here we need a command channel as well to move it out of listen Wrap in a type so we can not do bare channels
func (*Session) SetActivity ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.