Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyEndpoint ¶
type CurrencyEndpoint struct {
// contains filtered or unexported fields
}
func (*CurrencyEndpoint) RegisterRoute ¶
func (e *CurrencyEndpoint) RegisterRoute(r *chi.Mux) *chi.Mux
type CurrencyEndpointInterface ¶
func NewCurrencyEndpoint ¶
func NewCurrencyEndpoint( currencyCommand command.CurrencyCommandInterface, currencyQuery query.CurrencyQueryInterface, log *logrus.Logger, ) CurrencyEndpointInterface
Click to show internal directories.
Click to hide internal directories.