- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestMarshalUnmarshalBatchJobKeyRotateEncryption (0.18 sec)
-
cmd/batch-rotate_gen_test.go
// Code generated by github.com/tinylib/msgp DO NOT EDIT. package cmd import ( "bytes" "testing" "github.com/tinylib/msgp/msgp" ) func TestMarshalUnmarshalBatchJobKeyRotateEncryption(t *testing.T) { v := BatchJobKeyRotateEncryption{} bts, err := v.MarshalMsg(nil) if err != nil { t.Fatal(err) } left, err := v.UnmarshalMsg(bts) if err != nil { t.Fatal(err) } if len(left) > 0 {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 11.8K bytes - Viewed (0)