interfaces

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: AGPL-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 SettingRepository added in v1.1.0

type SettingRepository interface {
	Get(domain.Setting) (domain.Setting, error)
	Set(domain.Setting) (domain.Setting, error)
}

type TVRepository

type TVRepository interface {
	CreateOrder(domain.TV, *rest.ByBit) (*rest.Order, error)
	SaveOrder(domain.TV, *rest.Order) error
	CalculateTPSL(domain.TV, *rest.ByBit, interface{}, string) (float64, error)
}

Jump to

Keyboard shortcuts

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