ptr

package
v99.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package ptr holds utilities for taking pointer references to values.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(b bool) *bool

Bool is a helper for turning bools into pointers for use in API types that want *bool.

func Int32

func Int32(i int32) *int32

Int32 is a helper for turning integers into pointers for use in API types that want *int32.

func Int64

func Int64(i int64) *int64

Int64 is a helper for turning integers into pointers for use in API types that want *int64.

func String

func String(s string) *string

String is a helper for turning strings into pointers for use in API types that want *string.

Types

This section is empty.

Jump to

Keyboard shortcuts

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