Documentation ¶
Overview ¶
Package internal contains common code shared by all Google API libraries which is not exported to users of the libraries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.