ports

package
v0.0.0-...-e2dd9e7 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthRepository

type AuthRepository interface {
	Login(*context.Context, *domains.Auth) (context.Result, *domains.Auth)
}

type AuthService

type AuthService interface {
	Login(*context.Context, *domains.Auth) (context.Result, *domains.Auth)
}

type Persistance

type Persistance interface {
	Exec(string, ...interface{}) (bool, error)
	QueryRow(string, ...interface{}) (*sql.Rows, error)
	Shutdown()
	RunFileQuery(string) error
}

type StockRepository

type StockRepository interface {
	Get(*context.Context, string, string) (context.Result, domains.MarketQuotesResponse)
}

type StockService

type StockService interface {
	Get(*context.Context, string, string) (context.Result, domains.MarketQuotesResponse)
}

Jump to

Keyboard shortcuts

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