An open API service indexing awesome lists of open source software.

https://github.com/iyear/kubevela-cue-demo

KubeVela CUE DEMO
https://github.com/iyear/kubevela-cue-demo

Last synced: 11 months ago
JSON representation

KubeVela CUE DEMO

Awesome Lists containing this project

README

          

## KubeVela Cue DEMO

```shell
go build -o cue-gen cmd/main.go && ./cue-gen --file test/struct.go

cat test/struct.cue
```

目前进度:读取 go 文件,转换所有结构体并展开

## TODO

- 部分指针结构体如 `http.Request` 展开无限循环,