Documentation ¶
Index ¶
- type Count
- type Request
- type Response
- func (env *Response) Bytes() (s []byte)
- func (env *Response) Label() string
- func (env *Response) MarshalJSON() ([]byte, error)
- func (env *Response) String() (s string)
- func (env *Response) ToArray() array.T
- func (env *Response) Unmarshal(buf *text.Buffer) (err error)
- func (env *Response) UnmarshalJSON(bytes []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { ID subscriptionid.T Filters filters.T }
func (*Request) MarshalJSON ¶
func (*Request) UnmarshalJSON ¶ added in v1.0.11
type Response ¶
type Response struct { ID subscriptionid.T Count int64 Approximate bool }
func (*Response) MarshalJSON ¶
func (*Response) UnmarshalJSON ¶ added in v1.0.11
Click to show internal directories.
Click to hide internal directories.