Documentation ¶
Index ¶
- type Command
- type Flags
- type Path
- type Request
- func (r *Request) Clone(c Command) *Request
- func (r *Request) Command() Command
- func (r *Request) DataCenter() string
- func (r *Request) Flag(s string) bool
- func (r *Request) Flags() *Flags
- func (r *Request) Parse(params []string)
- func (r *Request) Path() *Path
- func (r *Request) Pop() *Request
- func (r *Request) SetCommand(c Command)
- func (r *Request) String() string
- func (r *Request) TestFlag() bool
- func (r *Request) Time() string
- func (r *Request) Top() string
- func (r *Request) UserId() string
- type Response
- type Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func (*Request) DataCenter ¶
func (*Request) SetCommand ¶
Click to show internal directories.
Click to hide internal directories.