Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleFunc ¶
Types ¶
type Message ¶
type Message struct {
Type string `json:"type"`
Value any `json:"value,omitempty"`
Raw []byte `json:"-"`
}
Message - struct for data exchange in Web API
type Transport ¶
func (*Transport) WithContext ¶
WithContext - run function with Context variable
Click to show internal directories.
Click to hide internal directories.