nullable

package
v0.0.0-...-1f046af Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2015 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Overview

Used internally by GoDynamo for nullable primitives

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullableString

type NullableString string

NullableString is a string that when empty is marshaled as null use this when there is an *optional* string parameter.

func (NullableString) MarshalJSON

func (n NullableString) MarshalJSON() ([]byte, error)

type NullableUInt64

type NullableUInt64 uint64

NullableUInt64 is a uint64 that when empty (0) is marshaled as null use this when there is an *optional* uint64 parameter

func (NullableUInt64) MarshalJSON

func (n NullableUInt64) MarshalJSON() ([]byte, error)

Jump to

Keyboard shortcuts

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