Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshToJsonString ¶
func MarshToJsonString(v interface{}) (result []string)
Types ¶
type MultipartRelatedBinding ¶
type MultipartRelatedBinding struct{}
func (MultipartRelatedBinding) Bind ¶
func (MultipartRelatedBinding) Bind(req *http.Request, obj interface{}) error
func (MultipartRelatedBinding) BindBody ¶
func (MultipartRelatedBinding) BindBody(body []byte, obj interface{}) error
func (MultipartRelatedBinding) Name ¶
func (MultipartRelatedBinding) Name() string
type MultipartRelatedRender ¶
type MultipartRelatedRender struct { Data interface{} // contains filtered or unexported fields }
func (MultipartRelatedRender) Render ¶
func (r MultipartRelatedRender) Render(w http.ResponseWriter) (err error)
func (MultipartRelatedRender) WriteContentType ¶
func (r MultipartRelatedRender) WriteContentType(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.