Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { ItemHandler() ItemHandler PingHandler() PingHandler }
func New ¶
func New( repositoryClient repository.Repository, ) Handler
type ItemHandler ¶
func NewItemHandler ¶
func NewItemHandler( repositoryClient repository.Repository, ) ItemHandler
type PingHandler ¶
func NewPingHandler ¶
func NewPingHandler() PingHandler
Click to show internal directories.
Click to hide internal directories.