文件名称:resource-framework:concourse-ci 资源的 GoLang 框架
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-18 09:54:19
go golang golang-library concourse-ci concourse-ci-resource
资源框架 一个实现资源的 GoLang 框架 用法 如需完整使用,请参阅 package main import ( "log" "github.com/tbe/resource-framework/resource" ) // DummySource defines the source configuration for our dummy resource type DummySource struct { DoSomething bool `json:"do_something"` } type DummyVersion struct { Counter int `json:"counter" validate:"gt=0"` } // DummyResource implements a dummy check resource type DummyResource
【文件预览】:
resource-framework-master
----go.mod(664B)
----log()
--------log.go(774B)
--------default.go(1KB)
----resource()
--------helpers.go(416B)
--------out_test.go(2KB)
--------example_test.go(1003B)
--------in_test.go(2KB)
--------handler.go(2KB)
--------doc.go(599B)
--------check_test.go(1KB)
--------out.go(2KB)
--------check.go(1KB)
--------template()
--------resource.go(2KB)
--------in.go(2KB)
--------mode_test.go(3KB)
--------helpers_test.go(561B)
----go.sum(3KB)
----internal()
--------jsoninterface()
----LICENSE(11KB)
----test()
--------logger.go(1KB)
--------test.go(3KB)
--------out.go(2KB)
--------check.go(2KB)
--------in.go(2KB)
----README.md(2KB)
----.gitignore(6B)