Documentation ¶
Index ¶
- type KeyRequest
- func (me *KeyRequest) GetScope() string
- func (me *KeyRequest) Load(data []byte) error
- func (me *KeyRequest) MarshalHCL(properties hcl.Properties) error
- func (me *KeyRequest) Name() string
- func (me *KeyRequest) Schema() map[string]*schema.Schema
- func (me *KeyRequest) SetScope(scope string)
- func (me *KeyRequest) Store() ([]byte, error)
- func (me *KeyRequest) UnmarshalHCL(decoder hcl.Decoder) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyRequest ¶
KeyRequest has no documentation
func (*KeyRequest) GetScope ¶
func (me *KeyRequest) GetScope() string
func (*KeyRequest) Load ¶
func (me *KeyRequest) Load(data []byte) error
func (*KeyRequest) MarshalHCL ¶
func (me *KeyRequest) MarshalHCL(properties hcl.Properties) error
func (*KeyRequest) Name ¶
func (me *KeyRequest) Name() string
func (*KeyRequest) SetScope ¶
func (me *KeyRequest) SetScope(scope string)
func (*KeyRequest) Store ¶
func (me *KeyRequest) Store() ([]byte, error)
func (*KeyRequest) UnmarshalHCL ¶
func (me *KeyRequest) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.