a8

package
v2.3.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 30, 2018 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 Client

type Client struct {
	BaseURL            string
	HttpClient         *http.Client
	LocalServerAddress string
	ServiceName        string
	TTLSeconds         int
}

func (*Client) Register

func (c *Client) Register() error

type ServiceEndpoint

type ServiceEndpoint struct {
	Type  string `json:"type"`  // e.g. "http" or "tcp"
	Value string `json:"value"` // e.g. "172.135.10.1:8080" or "http://myapp.bosh-lite.com".
}

type ServiceInstance

type ServiceInstance struct {
	ServiceName string          `json:"service_name"`
	Endpoint    ServiceEndpoint `json:"endpoint"`
	Status      string          `json:"status,omitempty"`
	TTL         int             `json:"ttl,omitempty"`
	Tags        []string        `json:"tags,omitempty"`
}

Jump to

Keyboard shortcuts

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