core

package
v0.0.0-...-4d071a6 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2015 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Escape

func Escape(content string) string

Types

type AzureRequest

type AzureRequest struct {
	Method      string
	Container   string
	Resource    string
	Blob        string
	RequestTime time.Time
	Request     *http.Request
	Header      map[string]string
	Body        io.Reader
}

type Core

type Core struct {
	Credentials  Credentials
	AzureRequest AzureRequest
}

func New

func New(credentials Credentials, azureRequest AzureRequest) *Core

func (Core) PrepareRequest

func (core Core) PrepareRequest() *http.Request

func (Core) RequestUrl

func (core Core) RequestUrl() string

type Credentials

type Credentials struct {
	Account   string
	AccessKey string
}

Jump to

Keyboard shortcuts

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