package
0.21.0
Repository: https://github.com/authzed/zed.git
Documentation: pkg.go.dev

# Functions

CurrentToken is convenient way to obtain the CurrentToken field from the current Config.
DefaultToken creates a Token from input, filling any missing values in with the current context's defaults.
No description provided by the author
No description provided by the author
No description provided by the author
SetCurrentToken is a convenient way to set the CurrentToken field in a the current config.

# Variables

ErrConfigNotFound is returned if there is no Config in a ConfigStore.
No description provided by the author
ErrTokenNotFound is returned if there is no Token in a ConfigStore.

# Structs

Config represents the contents of a zed configuration file.
JSONConfigStore implements a ConfigStore that stores its Config in a JSON file at the provided ConfigPath.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

ConfigStore is anything that can persistently store a Config.
No description provided by the author