Documentation
¶
Index ¶
Constants ¶
View Source
const ( // domain do the first key, next should be from the first key CustodianActionRefreshKey = 1 CustodianActionDistribute = 2 )
Variables ¶
View Source
var SCHEMA string
Functions ¶
This section is empty.
Types ¶
type SQLite3Store ¶
type SQLite3Store struct {
// contains filtered or unexported fields
}
func OpenSQLite3Store ¶
func OpenSQLite3Store(path string) (*SQLite3Store, error)
func (*SQLite3Store) Close ¶
func (s *SQLite3Store) Close() error
func (*SQLite3Store) ReadProperty ¶
func (*SQLite3Store) WriteProperty ¶
func (s *SQLite3Store) WriteProperty(ctx context.Context, k, v string) error
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func NewWorker ¶
func NewWorker(s *SQLite3Store) *Worker
func (*Worker) ProcessCollectibleOutput ¶
func (worker *Worker) ProcessCollectibleOutput(context.Context, *mtg.CollectibleOutput)
Click to show internal directories.
Click to hide internal directories.