Documentation
¶
Index ¶
- 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) ListSignedRecord(ctx context.Context, param *types.QuerySignRecordParams) ([]types.SignRecord, 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 Common ¶
func (*Common) AuthVerify ¶
func (*Common) ListSignedRecord ¶ added in v1.11.0
func (a *Common) ListSignedRecord(ctx context.Context, param *types.QuerySignRecordParams) ([]types.SignRecord, error)
func (*Common) LogSetLevel ¶
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.