Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExpectStringStateEmpty = `{"state":""}` ExpectStringStateSmall = `{"state":"abc"}` )
View Source
const (
ExpectEmptyState = `{}`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyState ¶
type EmptyState struct { }
type StringState ¶
type StringState struct {
State string `json:"state"`
}
Click to show internal directories.
Click to hide internal directories.