Documentation ¶
Index ¶
- func AddNIPostBuilderState(db sql.Executor, state *types.NIPostBuilderState) error
- func AddNIPostChallenge(db sql.Executor, ch *types.NIPostChallenge) error
- func ClearNIPostBuilderState(db sql.Executor) error
- func ClearNIPostChallenge(db sql.Executor) error
- func GetNIPostBuilderState(db sql.Executor) (*types.NIPostBuilderState, error)
- func GetNIPostChallenge(db sql.Executor) (*types.NIPostChallenge, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddNIPostBuilderState ¶
func AddNIPostBuilderState(db sql.Executor, state *types.NIPostBuilderState) error
AddNIPostBuilderState adds the data for nipost builder state to the key-value store.
func AddNIPostChallenge ¶
func AddNIPostChallenge(db sql.Executor, ch *types.NIPostChallenge) error
AddNIPostChallenge adds the data for nipost to the key-value store.
func ClearNIPostBuilderState ¶
ClearNIPostBuilderState clears the data for nipost builder state from the key-value store.
func ClearNIPostChallenge ¶
ClearNIPostChallenge clears the data for nipost from the key-value store.
func GetNIPostBuilderState ¶
func GetNIPostBuilderState(db sql.Executor) (*types.NIPostBuilderState, error)
GetNIPostBuilderState returns the data for nipost builder state from the key-value store.
func GetNIPostChallenge ¶
func GetNIPostChallenge(db sql.Executor) (*types.NIPostChallenge, error)
GetNIPostChallenge returns the data for nipost from the key-value store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.