# Functions
CreateScope creates a new Scope and saves it to disk.
Decrypt decrypts data from the source stream to the sink stream.
Encrypt encrypts data from the source stream to the sink stream for the list of provided members.
No description provided by the author
GetScope returns an existing Scope.
NewBufferSink returns a new BufferSink.
No description provided by the author
NewExporterHuman instantiate a json formater.
NewExporterHuman instantiate a json formater.
NewExporterJSON instantiate a json formater.
NewExporterYAML instantiate a yaml formater.
NewGlobalContext initializes a new global context.
No description provided by the author
No description provided by the author
NewMember instantiate a scope struct.
NewMemberFromKeybaseUser Creates a member from a Keybase User type.
NewScope instantiates a Scope struct.
NewStreamFilter creates a new StreamFilter.
RemoveScope deletes an existing scope.
# Variables
G is the current global context.
# Structs
BufferSink is used to capture Keybase decrypted data.
No description provided by the author
ExporterEnv formats data for environment variable.
ExporterHuman formats data for human consumption.
ExporterJSON formats data as json.
ExporterYAML formats data as yaml.
GlobalContext stores the application global context.
ParserJSON parse's data from json.
ParserJSON parse's data from json.
ImportOptions is a set of options for importing secrets.
Member is a secret member.
No description provided by the author
Scope encapsulates a logical set of secrets.
StreamFilter manages the input and output streams.