handler

package
v0.0.0-...-0de72bb Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CandleHandler

type CandleHandler interface {
	UpdateCandle(productCode string) http.HandlerFunc
}

func NewCandleHandler

func NewCandleHandler(cu usecase.CandleUsecase) CandleHandler

type TradeHandler

type TradeHandler interface {
	Trade(productCode string, pastPeriod int) http.HandlerFunc
}

func NewTradeHandler

func NewTradeHandler(tu usecase.TradeUsecase) TradeHandler

Jump to

Keyboard shortcuts

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