Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadProvidersResponse ¶
type ReadProvidersResponse struct {
Providers []types.ProviderResponse
}
ReadProvidersResponse is the result of a Provide request
func (*ReadProvidersResponse) UnmarshalJSON ¶
func (r *ReadProvidersResponse) UnmarshalJSON(b []byte) error
type WriteProvidersRequest ¶
type WriteProvidersRequest struct {
Providers []types.WriteProviderRecord
}
func (*WriteProvidersRequest) UnmarshalJSON ¶
func (r *WriteProvidersRequest) UnmarshalJSON(b []byte) error
type WriteProvidersResponse ¶
type WriteProvidersResponse struct {
ProvideResults []types.ProviderResponse
}
WriteProvidersResponse is the result of a Provide operation
func (*WriteProvidersResponse) UnmarshalJSON ¶
func (r *WriteProvidersResponse) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.