common

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.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

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

type Conditions

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