Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ModulePath string
Package string
DataPackage string
TypeName string
HandlerType HandlerType
}
type HandlerType ¶ added in v0.1.0
type HandlerType int
const ( TypeDefault HandlerType = iota TypeQueue TypeStack )
func ParseHandlerType ¶ added in v0.1.0
func ParseHandlerType(s string) (HandlerType, error)
func (HandlerType) String ¶ added in v0.1.0
func (ht HandlerType) String() string
Click to show internal directories.
Click to hide internal directories.