goconstruct:github.comawsconstructs的“ go”版本基于函数而不是类 源码
goconstruct 基于函数而非类的“ go”版本。 快速开始 go get -u github.com/brad-jones/goconstruct package main import ( "encoding/json" "fmt" "github.com/brad-jones/goconstruct" ) // -- START: File Construct // based on: https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file type FileProps struct { SensitiveContent string ContentBase64 string Filename
下载地址
用户评论