usecases

package
v0.0.0-...-c1b2cde Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IInstanceProvider

type IInstanceProvider interface {
	ListInstances() ([]Instance, error)
}

type Instance

type Instance struct {
	Id   domain.UUID `json:"id"`
	Name string      `json:"name"`
}

type InstanceProviderManager

type InstanceProviderManager struct {
	InjectedInstanceProvider IInstanceProvider
}

func (*InstanceProviderManager) ListInstances

func (instanceProviderManager *InstanceProviderManager) ListInstances() ([]Instance, error)

Jump to

Keyboard shortcuts

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