Documentation ¶
Overview ¶
Package vault GENERATED BY gengo:runtimedoc DON'T EDIT THIS FILE
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidCipherData = errors.New("invalid cipher data")
)
Functions ¶
func NewCipherStream ¶
Types ¶
type Cipher ¶
type CipherData ¶
func ParseCipherData ¶
func ParseCipherData(data []byte) (*CipherData, error)
func (CipherData) DataType ¶
func (CipherData) DataType(driver string) string
func (*CipherData) EncodedBytes ¶
func (cd *CipherData) EncodedBytes() []byte
func (CipherData) RuntimeDoc ¶
func (v CipherData) RuntimeDoc(names ...string) ([]string, bool)
func (*CipherData) Scan ¶
func (cd *CipherData) Scan(src interface{}) error
Click to show internal directories.
Click to hide internal directories.