Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryCreate ¶
type NewRelicConfig ¶
type O11Y ¶
type O11Y struct {
NewRelic *NewRelicConfig
}
type RequestValidator ¶
type RequestValidator struct {
// contains filtered or unexported fields
}
func (*RequestValidator) Validate ¶
func (rv *RequestValidator) Validate(i interface{}) error
type TBApp ¶
type TBAppInterface ¶
type TBAppInterface interface {
Listen(port int)
}
type TBFactory ¶
type TBFactory struct { }
func (*TBFactory) Create ¶
func (tbf *TBFactory) Create(fc *FactoryCreate) *TBApp
Create It returns a pointer to a new TBApp
type TBFactoryInterface ¶
type TBFactoryInterface interface {
Create(fc *FactoryCreate) *TBApp
}
Click to show internal directories.
Click to hide internal directories.