Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { // Timeout used for any HTTP Requests made Timeout time.Duration // The endpoint to request Authentication Tokens EndPoint string // UserAgent to use for the http client UserAgent string // Pureport API Key APIKey string // Pureport Secret Access Key APISecret string // Pureport Authentication Profile AuthenticationProfile string }
Configuration - Application level configuration data
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration creates a new configuration to application level configuration data.
Click to show internal directories.
Click to hide internal directories.