Skip to content

Commit 669c142

Browse files
committed
init
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent 5db9201 commit 669c142

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/snapshot.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ type Snapshots interface {
66

77
type Snapshot interface {
88
UnmarshalTo(v any) error
9+
// returns pure form of object
10+
// can contains special symbols
11+
// to receive string values - use UnmarshalTo method
912
String() string
1013
}

0 commit comments

Comments
 (0)