Documentation ¶
Index ¶
- type NonPortable
- func (n *NonPortable) ComingFrom() string
- func (n *NonPortable) Params() map[string]interface{}
- func (n *NonPortable) RawParams() string
- func (n *NonPortable) Redirect(redir string)
- func (n *NonPortable) Resource() string
- func (n *NonPortable) ServeDir(d iface.Directory) error
- func (n *NonPortable) ServeFile(f iface.File) error
- func (n *NonPortable) View() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NonPortable ¶
type NonPortable struct {
// contains filtered or unexported fields
}
func New ¶
func New(path string, params map[string]interface{}, req *http.Request, w http.ResponseWriter) *NonPortable
func (*NonPortable) ComingFrom ¶
func (n *NonPortable) ComingFrom() string
func (*NonPortable) Params ¶
func (n *NonPortable) Params() map[string]interface{}
func (*NonPortable) RawParams ¶
func (n *NonPortable) RawParams() string
func (*NonPortable) Redirect ¶
func (n *NonPortable) Redirect(redir string)
func (*NonPortable) Resource ¶
func (n *NonPortable) Resource() string
func (*NonPortable) View ¶
func (n *NonPortable) View() bool
Click to show internal directories.
Click to hide internal directories.