axumconf
This commit is contained in:
parent
16dad2f1cf
commit
09de558d44
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Testing module proposals
|
||||||
|
|
||||||
- Basic API calls
|
- Basic API calls
|
||||||
- Login/logout
|
- Login/logout
|
||||||
- kv IO test module
|
- kv IO test module
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ func main() {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIRST TEST
|
||||||
// write a secret
|
// write a secret
|
||||||
_, err = client.Secrets.KvV2Write(ctx, "foo", schema.KvV2WriteRequest{
|
_, err = client.Secrets.KvV2Write(ctx, "foo", schema.KvV2WriteRequest{
|
||||||
Data: map[string]any{
|
Data: map[string]any{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue