service

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2016 License: Apache-2.0 Imports: 4 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarathonTaskTag

func MarathonTaskTag(taskId apps.TaskID) string

Types

type Service

type Service struct {
	ID                      ServiceId
	Name                    string
	Tags                    []string
	RegisteringAgentAddress string
}

func (*Service) TaskId

func (s *Service) TaskId() (apps.TaskID, error)

type ServiceId

type ServiceId string

func (ServiceId) String

func (id ServiceId) String() string

type ServiceRegistry

type ServiceRegistry interface {
	GetAllServices() ([]*Service, error)
	GetServices(name string) ([]*Service, error)
	Register(task *apps.Task, app *apps.App) error
	DeregisterByTask(taskId apps.TaskID) error
	Deregister(toDeregister *Service) error
}

Jump to

Keyboard shortcuts

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