Documentation ¶
Index ¶
- type Context
- func (c Context) ConfigureSocketInfo() error
- func (c Context) GetDataDir() string
- func (c Context) GetLogDir() string
- func (c Context) GetRunMode() libkb.RunMode
- func (c Context) GetSocket(clearError bool) (net.Conn, rpc.Transporter, bool, error)
- func (c Context) NewRPCLogFactory() *libkb.RPCLogFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context is an implementation for libkbfs.Context
func (Context) ConfigureSocketInfo ¶
ConfigureSocketInfo configures a socket
func (Context) NewRPCLogFactory ¶
func (c Context) NewRPCLogFactory() *libkb.RPCLogFactory
NewRPCLogFactory constructs an RPC logger
Click to show internal directories.
Click to hide internal directories.