package bqschema
import "github.com/google/cadvisor/Godeps/_workspace/src/github.com/SeanDolphin/bqschema"
Index ¶
- Variables
- func MustToSchema(src interface{}) *bigquery.TableSchema
- func ToSchema(src interface{}) (*bigquery.TableSchema, error)
- func ToStructs(result *bigquery.QueryResponse, dst interface{}) error
Variables ¶
var ( ArrayOfArray = errors.New("Array of Arrays not allowed") UnknownType = errors.New("Unknown type") NotStruct = errors.New("Can not convert non structs") )
Functions ¶
func MustToSchema ¶
func MustToSchema(src interface{}) *bigquery.TableSchema
func ToSchema ¶
func ToSchema(src interface{}) (*bigquery.TableSchema, error)
func ToStructs ¶
func ToStructs(result *bigquery.QueryResponse, dst interface{}) error
Source Files ¶
- Version
- v0.20.5
- Published
- Jan 27, 2016
- Platform
- windows/amd64
- Imports
- 6 packages
- Last checked
- 29 minutes ago –
Tools for package owners.