package internal
import "github.com/docker/distribution/Godeps/_workspace/src/google.golang.org/api/internal"
Package internal contains common code shared by all Google API libraries which is not exported to users of the libraries.
Index ¶
Functions ¶
func MarshalJSON ¶
MarshalJSON returns a JSON encoding of schema containing only selected fields. A field is selected if:
- it has a non-empty value, or
- its field name is present in forceSendFields, and
- it is not a nil pointer or nil interface.
The JSON key for each selected field is taken from the field's json: struct tag.
Source Files ¶
- Version
- v2.3.0-rc.1+incompatible
- Published
- Jan 21, 2016
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 seconds ago –
Tools for package owners.