Versions in this module Expand all Collapse all v1 v1.0.48 May 8, 2018 v1.0.44 Feb 21, 2018 Changes in this version + type Context interface + BindToKBFSSocket func() (net.Listener, error) + ConfigureSocketInfo func() (err error) + GetDataDir func() string + GetGlobalContext func() *libkb.GlobalContext + GetKBFSSocket func(clearError bool) (net.Conn, rpc.Transporter, bool, error) + GetLogDir func() string + GetMountDir func() (string, error) + GetRunMode func() libkb.RunMode + GetSocket func(clearError bool) (net.Conn, rpc.Transporter, bool, error) + NewRPCLogFactory func() rpc.LogFactory + type KBFSContext struct + func NewContext() *KBFSContext + func NewContextFromGlobalContext(g *libkb.GlobalContext) *KBFSContext + func (c *KBFSContext) BindToKBFSSocket() (net.Listener, error) + func (c *KBFSContext) ConfigureSocketInfo() error + func (c *KBFSContext) GetDataDir() string + func (c *KBFSContext) GetGlobalContext() *libkb.GlobalContext + func (c *KBFSContext) GetKBFSSocket(clearError bool) (net.Conn, rpc.Transporter, bool, error) + func (c *KBFSContext) GetLogDir() string + func (c *KBFSContext) GetMountDir() (string, error) + func (c *KBFSContext) GetRunMode() libkb.RunMode + func (c *KBFSContext) GetSocket(clearError bool) (net.Conn, rpc.Transporter, bool, error) + func (c *KBFSContext) NewRPCLogFactory() rpc.LogFactory Incompatible versions in this module v2.11.0+incompatible Nov 30, 2018