Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerDto ¶
type HandlerDto struct { Name string GomodName string Path string ProtocolType protocolgen.ProtocolType }
type HandlerGen ¶
type HandlerGen interface {
CreateHandler(dto HandlerDto) error
}
type HandlerGenImpl ¶
type HandlerGenImpl struct {
// contains filtered or unexported fields
}
func NewHandlerGen ¶
func NewHandlerGen( fs database.FileSystem, protocolGen protocolgen.ProtocolGen, ) *HandlerGenImpl
func (HandlerGenImpl) CreateHandler ¶
func (s HandlerGenImpl) CreateHandler(dto HandlerDto) error
Click to show internal directories.
Click to hide internal directories.