Documentation
¶
Index ¶
- func Delete(ctx context.Context, s logical.Storage, fullPath string) (err error)
- func Get[T any](ctx context.Context, s logical.Storage, fullPath string) (data *T, err error)
- func List(ctx context.Context, s logical.Storage, fullPath string) (entries []string, err error)
- func Save(ctx context.Context, s logical.Storage, rootPath string, data Named) (err error)
- type Event
- type IsNil
- type LogicalResponseData
- type LogicalResponseDataWithOptions
- type Named
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get retrieves and decodes an entry at fullPath into a new T. Returns (nil, nil) if the entry is not found.
Types ¶
type IsNil ¶
type IsNil interface {
// IsNil returns a boolean indicating whether the instance is considered nil or invalid
IsNil() bool
}
type LogicalResponseData ¶
Click to show internal directories.
Click to hide internal directories.