Files
kubevela/pkg/stdlib/pkgs/convert.cue
github-actions[bot] eb5808e4ea Feat: support secret in webhook notification (#2516)
(cherry picked from commit 62bd87f13f)

Co-authored-by: FogDong <dongtianxin.tx@alibaba-inc.com>
2021-10-19 10:46:39 +08:00

9 lines
89 B
CUE

#String: {
#do: "string"
#provider: "convert"
bt: bytes
str?: string
...
}