Documentation ¶
Overview ¶
Package interfaces defines a bunch of interfaces for passing abstracted data around. It's probably a bit overkill considering the limited functionality of the code so far, so it may go away at some point...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticater ¶
Authenticater allows configuration of authentication data
type Configurator ¶
type Identifier ¶
Identifier will associate an arbitrary identification
type Indexer ¶
type Indexer interface {
Index() entities.TariffIndex
}
type Queryer ¶
type Queryer interface {
Query() (interface{}, error)
}
Queryer will query in a well defined manner
type SpotPricer ¶
type SpotPricer interface {
SpotPrices() []entities.Elspotprice
}
Click to show internal directories.
Click to hide internal directories.