You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Package function builds on the functionality of cty by modeling functions
|
|
// that operate on cty Values.
|
|
//
|
|
// Functions are, at their core, Go anonymous functions. However, this package
|
|
// wraps around them utility functions for parameter type checking, etc.
|
|
package function
|