strategy

package
v6.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2014 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DomainsEndpointStrategy

type DomainsEndpointStrategy interface {
	OrgDomainURL(orgGuid, name string) string
	DomainURL(name string) string
	OrgDomainsURL(orgGuid string) string
	PrivateDomainsURL() string
	SharedDomainsURL() string
	DeleteDomainURL(guid string) string
	DeleteSharedDomainURL(guid string) string
	PrivateDomainsByOrgURL(guid string) string
}

type EndpointStrategy

type EndpointStrategy struct {
	EventsEndpointStrategy
	DomainsEndpointStrategy
}

func NewEndpointStrategy

func NewEndpointStrategy(versionString string) EndpointStrategy

type EventsEndpointStrategy

type EventsEndpointStrategy interface {
	EventsURL(appGuid string, limit int64) string
	EventsResource() resources.EventResource
}

type Version

type Version struct {
	Major int64
	Minor int64
	Patch int64
}

func ParseVersion

func ParseVersion(input string) (Version, error)

func (Version) GreaterThanOrEqualTo

func (version Version) GreaterThanOrEqualTo(other Version) bool

func (Version) LessThan

func (version Version) LessThan(other Version) bool

Jump to

Keyboard shortcuts

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