Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandBind + const CommandUnbind + type BindParams struct + Port int64 + func Bind(port int64) *BindParams + func (p *BindParams) Do(ctx context.Context) (err error) + func (v *BindParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BindParams) UnmarshalJSON(data []byte) error + func (v BindParams) MarshalEasyJSON(w *jwriter.Writer) + func (v BindParams) MarshalJSON() ([]byte, error) + type EventAccepted struct + ConnectionID string + Port int64 + func (v *EventAccepted) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventAccepted) UnmarshalJSON(data []byte) error + func (v EventAccepted) MarshalEasyJSON(w *jwriter.Writer) + func (v EventAccepted) MarshalJSON() ([]byte, error) + type UnbindParams struct + Port int64 + func Unbind(port int64) *UnbindParams + func (p *UnbindParams) Do(ctx context.Context) (err error) + func (v *UnbindParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *UnbindParams) UnmarshalJSON(data []byte) error + func (v UnbindParams) MarshalEasyJSON(w *jwriter.Writer) + func (v UnbindParams) MarshalJSON() ([]byte, error)