Documentation
¶
Index ¶
- Constants
- func NewAuthTransport(runtime Runtime, serviceManager service.Manager, base http.RoundTripper) http.RoundTripper
- type AuthTransport
- type ExecutableFinder
- type FlagsRuntime
- func (r FlagsRuntime) GetClient() (*httpclient.Client, error)
- func (r FlagsRuntime) GetConfigManager() (config.Manager, error)
- func (r FlagsRuntime) GetEnvironment() (config.EnvironmentState, error)
- func (r FlagsRuntime) GetEnvironmentName() string
- func (r FlagsRuntime) GetStdin() io.Reader
- func (r FlagsRuntime) GetStdout() io.Writer
- func (r FlagsRuntime) GetUI() boshui.UI
- type Runtime
Constants ¶
View Source
const AuthorizationNone = "none"
Variables ¶
This section is empty.
Functions ¶
func NewAuthTransport ¶
func NewAuthTransport(runtime Runtime, serviceManager service.Manager, base http.RoundTripper) http.RoundTripper
Types ¶
type AuthTransport ¶
type AuthTransport struct { Runtime Runtime Base http.RoundTripper // contains filtered or unexported fields }
type ExecutableFinder ¶
type FlagsRuntime ¶
type FlagsRuntime struct { ConfigPath string `long:"config" env:"SSOCA_CONFIG" description:"Configuration file path" default:"~/.ssoca/config"` Environment string `short:"e" long:"environment" env:"SSOCA_ENVIRONMENT" description:"Environment name"` // contains filtered or unexported fields }
func NewFlagsRuntime ¶
func (FlagsRuntime) GetClient ¶
func (r FlagsRuntime) GetClient() (*httpclient.Client, error)
func (FlagsRuntime) GetConfigManager ¶
func (r FlagsRuntime) GetConfigManager() (config.Manager, error)
func (FlagsRuntime) GetEnvironment ¶
func (r FlagsRuntime) GetEnvironment() (config.EnvironmentState, error)
func (FlagsRuntime) GetEnvironmentName ¶
func (r FlagsRuntime) GetEnvironmentName() string
func (FlagsRuntime) GetStdin ¶
func (r FlagsRuntime) GetStdin() io.Reader
func (FlagsRuntime) GetStdout ¶
func (r FlagsRuntime) GetStdout() io.Writer
func (FlagsRuntime) GetUI ¶
func (r FlagsRuntime) GetUI() boshui.UI
Directories
¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter This file was generated by counterfeiter
|
This file was generated by counterfeiter This file was generated by counterfeiter |
configfakes
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
servicefakes
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter
|
This file was generated by counterfeiter This file was generated by counterfeiter This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.