Types for Knitfab WebAPI
go get github.com/opst/knitfab-api-types/v2
data: Types for Knitfab Data related WebAPIplans: Types for Knitfab Plan related WebAPIruns: Types for Knitfab Run related WebAPIerrors: Types for error messages from Knitfab WebAPItags: Types for Tags used from Data and Planmisc: Miscellaneous types
Data, Run and Plan are structed by two levels, Summary and Detail.
For each of Data, Run and Plan,
- Summary: represents its identity and important status
- Detail: in addition to Summary, represents relations with other items.
Tag in this repository shows compatibilitiy with the Knitfab version.
For example, tag v1.3.1 in this repo is compatible Knitfab v1.3.1.
And, this repo may have unstable "beta" version tags (i.e., v1.3.1-beta1) for developing Knitfab.