Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct { }
func NewFactory ¶
func NewFactory() *Factory
func (*Factory) Create ¶
func (f *Factory) Create(name string, value []string) (dynamic_params.IDynamicDriver, error)
type Uuid ¶
type Uuid struct {
// contains filtered or unexported fields
}
func (*Uuid) Generate ¶
func (t *Uuid) Generate(ctx http_service.IHttpContext, contentType string, args ...interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.