Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CipherMinKeyError ¶
type CipherMinKeyError struct {
Message string
}
func (*CipherMinKeyError) Error ¶
func (e *CipherMinKeyError) Error() string
type ConfigRepoError ¶ added in v0.0.3
type ConfigRepoError struct {
Message string
}
func (*ConfigRepoError) Error ¶ added in v0.0.3
func (e *ConfigRepoError) Error() string
type MaterialError ¶ added in v0.1.8
type MaterialError struct {
Message string
}
func (*MaterialError) Error ¶ added in v0.1.8
func (e *MaterialError) Error() string
type MoreArgError ¶ added in v0.0.3
type MoreArgError struct {
Message string
}
func (MoreArgError) Error ¶ added in v0.0.3
func (e MoreArgError) Error() string
type UnknownObjectTypeError ¶ added in v0.0.3
type UnknownObjectTypeError struct {
Name string
}
func (*UnknownObjectTypeError) Error ¶ added in v0.0.3
func (e *UnknownObjectTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.