Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPvlSourceAndInstall ¶
func NewPvlSourceAndInstall(g *libkb.GlobalContext) libkb.PvlSource
NewPvlSource creates a new source and installs it into G.
Types ¶
type PvlSourceImpl ¶
type PvlSourceImpl struct { libkb.Contextified sync.Mutex // contains filtered or unexported fields }
PvlSource is the way to get active pvl. Talks to MerkleClient Has an in-memory and LocalDB cache.
func (*PvlSourceImpl) GetKitString ¶
func (s *PvlSourceImpl) GetKitString(ctx context.Context) (libkb.PvlKitString, libkb.PvlKitHash, error)
Get pvl kit as a string. First it makes sure that the merkle root is recent enough. Using the pvl hash from that, it fetches from in-memory falling back to db falling back to server.
func (*PvlSourceImpl) GetPVL ¶
func (s *PvlSourceImpl) GetPVL(ctx context.Context) (libkb.PvlUnparsed, error)
Get PVL to use.
Click to show internal directories.
Click to hide internal directories.