terraform-provider-gitea/vendor/github.com/zclconf/go-cty/cty/function/doc.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

7 lines
280 B
Go

// 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