mirror of https://github.com/pulumi/pulumi.git
68524af701
This commit adds the `goheader` rule to `golangci-lint` to enforce that all our Go source code includes appropriate licence headers, fixing up files that currently fail that check. --------- Co-authored-by: Will Jones <will@sacharissa.co.uk> |
||
---|---|---|
.. | ||
README.md | ||
bind.go | ||
docs_parser.go | ||
docs_renderer.go | ||
docs_test.go | ||
loader.go | ||
loader_cached.go | ||
loader_cached_test.go | ||
loader_client.go | ||
loader_js.go | ||
loader_mmap.go | ||
loader_schema_test.go | ||
loader_server.go | ||
loader_test.go | ||
mock_pulumi_schema.go | ||
package_reference.go | ||
pulumi.json | ||
schema.go | ||
schema_test.go |
README.md
(schema)=
Pulumi Schema
This package defines Pulumi Schema, a language-neutral specification for cloud resource models. Pulumi Schema is the interface definition language for all Pulumi Packages, and is used as the input to SDK code generation for each supported Pulumi language.