Documentation
¶
Overview ¶
Package provider exposes types/interfaces which may be used to provide credentials.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an interface which defines basic functions allowing access credentials/information required to authenticate against Couchbase.
type Static ¶
type Static struct {
UserAgent, Username, Password string
}
Static implements the 'Provider' interface and always returns static credentials/information.
func (*Static) GetUserAgent ¶
Click to show internal directories.
Click to hide internal directories.