db

package
v0.0.0-...-5842b37 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: MPL-2.0 Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemoryStore

type MemoryStore struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Pebble keeps all of its various objects (accounts, orders, etc) in-memory, not persisted anywhere. MemoryStore implements this in-memory "database"

func NewMemoryStore

func NewMemoryStore() *MemoryStore

func (*MemoryStore) AddAccount

func (m *MemoryStore) AddAccount(acct *core.Account) (int, error)

func (*MemoryStore) AddAuthorization

func (m *MemoryStore) AddAuthorization(authz *core.Authorization) (int, error)

func (*MemoryStore) AddCertificate

func (m *MemoryStore) AddCertificate(cert *core.Certificate) (int, error)

func (*MemoryStore) AddChallenge

func (m *MemoryStore) AddChallenge(chal *core.Challenge) (int, error)

func (*MemoryStore) AddOrder

func (m *MemoryStore) AddOrder(order *core.Order) (int, error)

func (*MemoryStore) GetAccountByID

func (m *MemoryStore) GetAccountByID(id string) *core.Account

func (*MemoryStore) GetAuthorizationByID

func (m *MemoryStore) GetAuthorizationByID(id string) *core.Authorization

func (*MemoryStore) GetCertificateByID

func (m *MemoryStore) GetCertificateByID(id string) *core.Certificate

func (*MemoryStore) GetChallengeByID

func (m *MemoryStore) GetChallengeByID(id string) *core.Challenge

func (*MemoryStore) GetOrderByID

func (m *MemoryStore) GetOrderByID(id string) *core.Order

func (*MemoryStore) UpdateAccountByID

func (m *MemoryStore) UpdateAccountByID(id string, acct *core.Account) error

Jump to

Keyboard shortcuts

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