Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsiStubServer ¶ added in v0.19.0
func RandomString ¶
func RandomString() string
RandomString returns a random alphanumeric string useful for testing purposes.
Types ¶
type Connection ¶
type Connection struct { AuthConfig *auth.Config Authorizer auth.Authorizer Context context.Context DomainName string }
func NewConnection ¶
func NewConnection(api auth.Api, tokenVersion auth.TokenVersion) *Connection
NewConnection configures and returns a Connection for use in tests.
Click to show internal directories.
Click to hide internal directories.