Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WILDCARD_KEY is used to represent l[*] type of keys in json path WILDCARD_KEY = "WILDCARD_KEY" // ARRAY_KEY is used to represent l[0] type of keys in json path ARRAY_KEY = "ARRAY_KEY" // OBJECT_KEY is used to represent a.b, a.c type of keys in json path OBJECT_KEY = "OBJECT_KEY" // LIST_KEY is used to represent [0] type of keys in json path LIST_KEY = "LIST_KEY" // WILDCARD_LIST_KEY is used to represent [*] type of keys in json path WILDCARD_LIST_KEY = "WILDCARD_LIST_KEY" )
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package redactmock is a generated GoMock package.
|
Package redactmock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.