go-cty/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cty | Package 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/convert | Package convert contains some routines for converting between cty types. |
cty/ctystrings | Package 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/function | Package function builds on the functionality of cty by modeling functions that operate on cty Values. |
cty/function/stdlib | Package 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/gocty | Package gocty deals with converting between cty Values and native go values. |
cty/json | Package json provides functions for serializing cty types and values in JSON format, and for decoding them again. |
cty/msgpack | Package 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.