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 Timestamp ¶
type Timestamp struct {
// contains filtered or unexported fields
}
func NewTimestamp ¶
func (*Timestamp) Generate ¶
func (t *Timestamp) Generate(ctx http_service.IHttpContext, contentType string, args ...interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.