Directories ¶
Path | Synopsis |
---|---|
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.
|
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. |
convert
Package convert contains some routines for converting between cty types.
|
Package convert contains some routines for converting between cty types. |
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.
|
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. |
function
Package function builds on the functionality of cty by modeling functions that operate on cty Values.
|
Package function builds on the functionality of cty by modeling functions that operate on cty Values. |
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.
|
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. |
gocty
Package gocty deals with converting between cty Values and native go values.
|
Package gocty deals with converting between cty Values and native go values. |
json
Package json provides functions for serializing cty types and values in JSON format, and for decoding them again.
|
Package json provides functions for serializing cty types and values in JSON format, and for decoding them again. |
msgpack
Package msgpack provides functions for serializing cty values in the msgpack encoding, and decoding them again.
|
Package msgpack provides functions for serializing cty values in the msgpack encoding, and decoding them again. |
Click to show internal directories.
Click to hide internal directories.