Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CBORClient ¶
type CBORClient struct {
// contains filtered or unexported fields
}
func NewCBORClient ¶
func NewCBORClient(endpoint string, rt http.RoundTripper, header http.Header) *CBORClient
type CBORService ¶
type CBORService struct {
// contains filtered or unexported fields
}
func NewCBORService ¶
func NewCBORService(h cborrpc.Handler) *CBORService
func (*CBORService) ServeHTTP ¶
func (s *CBORService) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.