Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtSecretCommand ¶
type JwtSecretCommand struct {
// contains filtered or unexported fields
}
func NewJwtSecretCommand ¶ added in v1.12.0
func NewJwtSecretCommand(config config.Config) *JwtSecretCommand
func (*JwtSecretCommand) Description ¶
func (receiver *JwtSecretCommand) Description() string
Description The console command description.
func (*JwtSecretCommand) Extend ¶
func (receiver *JwtSecretCommand) Extend() command.Extend
Extend The console command extend.
func (*JwtSecretCommand) Handle ¶
func (receiver *JwtSecretCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*JwtSecretCommand) Signature ¶
func (receiver *JwtSecretCommand) Signature() string
Signature The name and signature of the console command.
type PolicyMakeCommand ¶ added in v1.6.0
type PolicyMakeCommand struct { }
func NewPolicyMakeCommand ¶ added in v1.12.0
func NewPolicyMakeCommand() *PolicyMakeCommand
func (*PolicyMakeCommand) Description ¶ added in v1.6.0
func (receiver *PolicyMakeCommand) Description() string
Description The console command description.
func (*PolicyMakeCommand) Extend ¶ added in v1.6.0
func (receiver *PolicyMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*PolicyMakeCommand) Handle ¶ added in v1.6.0
func (receiver *PolicyMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PolicyMakeCommand) Signature ¶ added in v1.6.0
func (receiver *PolicyMakeCommand) Signature() string
Signature The name and signature of the console command.
type PolicyStubs ¶ added in v1.6.0
type PolicyStubs struct { }
func (PolicyStubs) Policy ¶ added in v1.6.0
func (receiver PolicyStubs) Policy() string
Click to show internal directories.
Click to hide internal directories.