Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrNilContext = lerr.Str("got nil Context")
)
Variables ¶
View Source
var CoreFS lfile.CoreFS = lfile.OSRepository{}
Functions ¶
func NewCLIContext ¶
Types ¶
type FileSystem ¶
type RunnerInitilizer ¶
type Socket ¶
type Socket struct {
Addr string
Handler func(conn net.Conn)
FS FileSystem
// contains filtered or unexported fields
}
func (*Socket) AwaitRunning ¶
func (s *Socket) AwaitRunning()
func (*Socket) Runner ¶
func (s *Socket) Runner(ri RunnerInitilizer) *Socket
Click to show internal directories.
Click to hide internal directories.