wd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package wd provides core utilities and shared types.

Index

Constants

View Source
const (
	// EnvironmentProduction represents the Workday production environment.
	EnvironmentProduction = "Production"

	// EnvironmentImplementation represents the Workday implementation environment.
	EnvironmentImplementation = "Implementation"
)

Variables

This section is empty.

Functions

func Bool

func Bool(v bool) *bool

Bool returns a pointer to the bool value passed in.

func BoolValue

func BoolValue(v *bool) bool

BoolValue returns the value of the bool pointer passed in or false if the pointer is nil.

func Int

func Int(v int) *int

Int returns a pointer to the int value passed in.

func IntValue

func IntValue(v *int) int

IntValue returns the value of the int pointer passed in or 0 if the pointer is nil.

func String

func String(v string) *string

String returns a pointer to the string value passed in.

func StringValue

func StringValue(v *string) string

StringValue returns the value of the string pointer passed in or "" if the pointer is nil.

Types

This section is empty.

Directories

Path Synopsis
Package credentials provides credential retrieval and management
Package credentials provides credential retrieval and management
Package session provides configuration for Workday service clients.
Package session provides configuration for Workday service clients.

Jump to

Keyboard shortcuts

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