package
1.4.0
Repository: https://github.com/spacelift-io/vcs-agent.git
Documentation: pkg.go.dev

# Functions

Bool returns a pointer to a bool value.
BoolValue returns the value of the bool pointer or false if the pointer is nil.
Duration returns a pointer to a duration value.
Int returns a pointer to an int value.
Int32 returns a pointer to an int32 value.
Int64 returns a pointer to an int64 value.
String returns a pointer to a string value.
StringSlice returns a pointer to a string slice.
StringStringMap returns a pointer to a string-to-string map.
StringValue returns the value of the string pointer or empty string if the pointer is nil.
Time returns a pointer to a time.Time value.
TimeValue returns the value of the time pointer or time zero value if the pointer is nil.
Uint returns a pointer to a uint value.