github.com/mcuadros/ascode@v1.3.1/starlark/types/doc.go (about)

     1  package types
     2  
     3  //   outline: types
     4  //     builtin package represents the predefined, Terraform domain-specific,
     5  //     functions and types in the scope of any thread of AsCode. This means
     6  //     that is not required to use the `load` statement, and any of the function
     7  //     can be called without any prefix.
     8  //     path: built-in