Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var URL = map[string]string{
"business": "https://events.1password.com",
"enterprise": "https://events.ent.1password.com",
"ca": "https://events.1password.ca",
"eu": "https://events.1password.eu",
}
Functions ¶
This section is empty.
Types ¶
type OnePasswordAdapter ¶
type OnePasswordAdapter struct {
// contains filtered or unexported fields
}
func NewOnePasswordpAdapter ¶
func NewOnePasswordpAdapter(conf OnePasswordConfig) (*OnePasswordAdapter, chan struct{}, error)
func (*OnePasswordAdapter) Close ¶
func (a *OnePasswordAdapter) Close() error
type OnePasswordConfig ¶
type OnePasswordConfig struct { ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"` Token string `json:"token" yaml:"token"` Endpoint string `json:"endpoint" yaml:"endpoint"` }
func (*OnePasswordConfig) Validate ¶
func (c *OnePasswordConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.