Documentation ¶
Index ¶
- Constants
- type Certkey
- func (certkey *Certkey) Apply(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
- func (certkey *Certkey) Compare(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
- func (certkey *Certkey) Delete(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
- func (certkey *Certkey) Get(request contracts.RequestOperator) contracts.ResponseOperator
- func (certkey *Certkey) GetShared() interface{}
- func (certkey *Certkey) List(request contracts.RequestOperator) contracts.ResponseOperator
- func (certkey *Certkey) ListSupported(args ...interface{}) contracts.ResponseOperator
- func (certkey *Certkey) Remove(request contracts.RequestOperator) contracts.ResponseOperator
- func (certkey *Certkey) Run(operation string, args ...interface{}) contracts.ResponseOperator
- func (certkey *Certkey) Start() error
- type Shared
Constants ¶
View Source
const KIND string = "certkey"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certkey ¶
type Certkey struct { Started bool Definition v1.CertKeyDefinition }
func (*Certkey) Apply ¶ added in v0.0.52
func (certkey *Certkey) Apply(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
func (*Certkey) Compare ¶ added in v0.0.52
func (certkey *Certkey) Compare(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
func (*Certkey) Delete ¶
func (certkey *Certkey) Delete(user *authentication.User, jsonData []byte) (contracts.ResponseImplementation, error)
func (*Certkey) Get ¶
func (certkey *Certkey) Get(request contracts.RequestOperator) contracts.ResponseOperator
func (*Certkey) List ¶
func (certkey *Certkey) List(request contracts.RequestOperator) contracts.ResponseOperator
func (*Certkey) ListSupported ¶
func (certkey *Certkey) ListSupported(args ...interface{}) contracts.ResponseOperator
func (*Certkey) Remove ¶ added in v0.0.52
func (certkey *Certkey) Remove(request contracts.RequestOperator) contracts.ResponseOperator
Click to show internal directories.
Click to hide internal directories.