Documentation ¶
Index ¶
- type CommonCtx
- func (ctx *CommonCtx) AccessToken() string
- func (ctx *CommonCtx) AuthorizerAPIKey() string
- func (ctx *CommonCtx) AuthorizerService() string
- func (ctx *CommonCtx) Environment() string
- func (ctx *CommonCtx) ExpiresAt() time.Time
- func (ctx *CommonCtx) Logf(format string, v ...interface{})
- func (ctx *CommonCtx) Override(key, value string)
- func (ctx *CommonCtx) RegistryDownloadKey() string
- func (ctx *CommonCtx) RegistrySvc() string
- func (ctx *CommonCtx) RegistryUploadKey() string
- func (ctx *CommonCtx) SetEnv(env string) error
- func (ctx *CommonCtx) SetLogger(w io.Writer)
- func (ctx *CommonCtx) TasksService() string
- func (ctx *CommonCtx) TenantID() string
- func (ctx *CommonCtx) TenantService() string
- func (ctx *CommonCtx) Token() *api.Token
- func (ctx *CommonCtx) VerifyLoggedIn() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonCtx ¶
type CommonCtx struct { Context context.Context OutWriter io.Writer ErrWriter io.Writer // contains filtered or unexported fields }
func (*CommonCtx) AccessToken ¶
func (*CommonCtx) AuthorizerAPIKey ¶
func (*CommonCtx) AuthorizerService ¶
func (*CommonCtx) Environment ¶
func (*CommonCtx) RegistryDownloadKey ¶
func (*CommonCtx) RegistrySvc ¶
func (*CommonCtx) RegistryUploadKey ¶
func (*CommonCtx) TasksService ¶
func (*CommonCtx) TenantService ¶
func (*CommonCtx) VerifyLoggedIn ¶
Click to show internal directories.
Click to hide internal directories.