Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type DbRsp ¶
type DbRsp struct {
Auth interface{} `json:"auth"`
Data struct {
Password string `json:"password"`
Username string `json:"username"`
} `json:"data"`
LeaseDuration int64 `json:"lease_duration"`
LeaseID string `json:"lease_id"`
Renewable bool `json:"renewable"`
RequestID string `json:"request_id"`
Warnings interface{} `json:"warnings"`
WrapInfo interface{} `json:"wrap_info"`
}
Click to show internal directories.
Click to hide internal directories.