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 ¶
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.
Click to show internal directories.
Click to hide internal directories.