Documentation
¶
Overview ¶
Package cloud provides the interfaces and manager for cloud providers
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ContextKeyAuthToken is used by authorization providers to mark the token in a context ContextKeyAuthToken = ContextKey("auth-token") )
Functions ¶
Types ¶
type ContextKey ¶
type ContextKey string
ContextKey defines a static context key
func (ContextKey) String ¶
func (c ContextKey) String() string
Click to show internal directories.
Click to hide internal directories.