common

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Condition added in v1.2.0

type Condition struct {
	Field    string `json:"field"`
	Operator string `json:"operator"`
	Value    string `json:"value"`
}

type Conditions added in v1.2.0

type Conditions map[string]Condition

type DBOptions

type DBOptions struct {
	DB storm.Node
}

type DBService

type DBService interface {
	GetDB(options DBOptions) storm.Node
}

type DefaultDBService

type DefaultDBService struct {
}

func (*DefaultDBService) GetDB

func (d *DefaultDBService) GetDB(options DBOptions) storm.Node

Jump to

Keyboard shortcuts

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