utils

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

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

Go to latest
Published: Oct 5, 2016 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Charm

type Charm interface {
	Meta() *charm.Meta
}

Charm exposes the methods of state.Charm used here.

type CharmService

type CharmService interface {
	Charm() (Charm, error)
}

CharmService exposes the methods of state.Service used here.

type CharmState

type CharmState interface {
	Service(id string) (CharmService, error)
}

CharmState exposes the methods of state.State used here.

func NewCharmState

func NewCharmState(st *state.State) CharmState

NewCharmState returns a new CharmState for the given state.State.

Jump to

Keyboard shortcuts

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