We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db9201 commit 669c142Copy full SHA for 669c142
1 file changed
pkg/snapshot.go
@@ -6,5 +6,8 @@ type Snapshots interface {
6
7
type Snapshot interface {
8
UnmarshalTo(v any) error
9
+ // returns pure form of object
10
+ // can contains special symbols
11
+ // to receive string values - use UnmarshalTo method
12
String() string
13
}
0 commit comments