go-cty – github.com/zclconf/go-cty Directories

go-cty/ directory

Directories

PathSynopsis
ctyPackage cty (pronounced see-tie) provides some infrastructure for a type system that might be useful for applications that need to represent configuration values provided by the user whose types are not known at compile time, particularly if the calling application also allows such values to be used in expressions.
cty/convertPackage convert contains some routines for converting between cty types.
cty/ctystringsPackage ctystrings is a collection of string manipulation utilities which intend to help application developers implement string-manipulation functionality in a way that respects the cty model of strings, even when they are working in the realm of Go strings.
cty/functionPackage function builds on the functionality of cty by modeling functions that operate on cty Values.
cty/function/stdlibPackage stdlib is a collection of cty functions that are expected to be generally useful, and are thus factored out into this shared library in the hope that cty-using applications will have consistent behavior when using these functions.
cty/goctyPackage gocty deals with converting between cty Values and native go values.
cty/jsonPackage json provides functions for serializing cty types and values in JSON format, and for decoding them again.
cty/msgpackPackage msgpack provides functions for serializing cty values in the msgpack encoding, and decoding them again.
cty/set
Version
v1.16.2 (latest)
Published
Jan 21, 2025
Platform
linux/amd64
Last checked
3 weeks ago

Tools for package owners.