package utils

import "github.com/input-output-hk/catalyst-forge/lib/blueprint/pkg/utils"

Index

Functions

func BoolPtr

func BoolPtr(b bool) *bool

BoolPtr returns a pointer to a boolean.

func IntPtr

func IntPtr(i int) *int

IntPtr returns a pointer to an integer.

func StringPtr

func StringPtr(s string) *string

StringPtr returns a pointer to a string.

Source Files

pointers.go

Version
v0.0.0-20240928203643-c3373f0052b9 (latest)
Published
Sep 28, 2024
Platform
linux/amd64
Last checked
2 days ago

Tools for package owners.