mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-06 02:38:13 +00:00
7 lines
280 B
Go
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
|