Documentation
¶
Index ¶
- type APIAlg
- type Common
- func (a *Common) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)
- func (a *Common) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)
- func (a *Common) LogList(context.Context) ([]string, error)
- func (a *Common) LogSetLevel(ctx context.Context, subsystem, level string) error
- func (a *Common) Version(context.Context) (types.Version, error)
- type ICommon
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version struct { Version string // APIVersion is a binary encoded semver version of the remote implementing // this api // // See APIVersion in build/version.go APIVersion types.APIVersion }
Version provides various build-time information
Click to show internal directories.
Click to hide internal directories.