cache

package
v0.181.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	ID               string `json:"id"`
	PriceGranularity string `json:"price_granularity"`
}

type AccountsService

type AccountsService interface {
	Get(string) (*Account, error)
}

type App

type App struct {
	Bundle string `json:"bundle"`
}

type Cache

type Cache interface {
	Close() error
	Accounts() AccountsService
	Config() ConfigService
}

type ConfigService

type ConfigService interface {
	Get(string) (string, error)
	Set(string, string) error
}

type Configuration

type Configuration struct {
	Type string `json:"type"` // required
}

type Domain

type Domain struct {
	Domain string `json:"domain"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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