package
Version:
v0.0.0-...-1ac4f16
Opens a new window with list of versions in this module.
Published: Mar 7, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ptr provides conversion rules to pointers for DTO construction.
Rules taken from AWS go SDK package on Apache License, Version 2.0 licence.
Bool returns a pointer to the bool value passed in.
Float32 returns a pointer to the float32 value passed in.
Float64 returns a pointer to the float64 value passed in.
Int returns a pointer to the int value passed in.
Int64 returns a pointer to the int64 value passed in.
String returns a pointer to the string value passed in.
Time returns a pointer to the time.Time value passed in.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.