Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtSecretCommand ¶
type JwtSecretCommand struct { }
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 ¶
type PolicyMakeCommand struct { }
func (*PolicyMakeCommand) Description ¶
func (receiver *PolicyMakeCommand) Description() string
Description The console command description.
func (*PolicyMakeCommand) Extend ¶
func (receiver *PolicyMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*PolicyMakeCommand) Handle ¶
func (receiver *PolicyMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*PolicyMakeCommand) Signature ¶
func (receiver *PolicyMakeCommand) Signature() string
Signature The name and signature of the console command.
type PolicyStubs ¶
type PolicyStubs struct { }
func (PolicyStubs) Policy ¶
func (receiver PolicyStubs) Policy() string
Click to show internal directories.
Click to hide internal directories.