cube

package
v0.0.0-...-2ca8ae2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

README

一些复杂的特定类型转换器

  • InputToStruct url.Values 映射为 struct
// 将 url.Values 中的数据, 转入到 struct 中
// 一般使用场景是, 将 request 传入的 params 转到方便操作的 struct 中
// 一个缺点是, 数组会转为 逗号连接的字串
// s 必须为指针
func InputToStruct(input url.Values, s interface{}) error

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InputToStruct

func InputToStruct(input url.Values, s interface{}) error

InputToStruct url.Values 映射为 struct 将 url.Values 中的数据, 转入到 struct 中 一般使用场景是, 将 request 传入的 params 转到方便操作的 struct 中 一个缺点是, 数组会转为 逗号连接的字串

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL