//
pkg.gl
Category
github.com/gitops-tools/pkg
stacks
package
0.2.0
Repository:
https://github.com/gitops-tools/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
43 SLOC
#
Functions
NewStack
NewStack creates and returns an initialized stack.
#
Variables
ErrStackUnderflow
ErrStackUnderflow is returned when attempting to Pop from an empty Stack.
#
Structs
Stack
Stack is an abstract data type that serves as a collection of elements.