configuration_pkg

package
v5.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const BASEURI string = "https://api.pepipost.com/v5"

* The base Uri for API calls

Variables

This section is empty.

Functions

This section is empty.

Types

type CONFIGURATION

type CONFIGURATION interface {
	ApiKey() string
	SetApiKey(apiKey string)
}

func NewCONFIGURATION

func NewCONFIGURATION() CONFIGURATION

* Factory for the CONFIGURATION interface returning CONFIGURATION_IMPL

type CONFIGURATION_IMPL

type CONFIGURATION_IMPL struct {
	// contains filtered or unexported fields
}

func (*CONFIGURATION_IMPL) ApiKey

func (me *CONFIGURATION_IMPL) ApiKey() string

* Getter function returning api_key

func (*CONFIGURATION_IMPL) SetApiKey

func (me *CONFIGURATION_IMPL) SetApiKey(apiKey string)

* Setter function setting up api_key

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL