Documentation
¶
Index ¶
- func Render(find string, variableMap map[string]any) string
- type Config
- type ConnSession
- func (s *ConnSession) Address() string
- func (s *ConnSession) Close() error
- func (s *ConnSession) Receive(readSize int, readTimeout time.Duration) ([]byte, error)
- func (s *ConnSession) ReceiveUntil(readSize int, readTimeout time.Duration, until string) ([]byte, error)
- func (s *ConnSession) Send(payload []byte) error
- type NetClient
- type Session
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnSession ¶ added in v3.3.5
type ConnSession struct {
// contains filtered or unexported fields
}
func NewConnSession ¶ added in v3.3.5
func (*ConnSession) Address ¶ added in v3.3.5
func (s *ConnSession) Address() string
func (*ConnSession) Close ¶ added in v3.3.5
func (s *ConnSession) Close() error
func (*ConnSession) ReceiveUntil ¶ added in v3.3.5
func (*ConnSession) Send ¶ added in v3.3.5
func (s *ConnSession) Send(payload []byte) error
type Session ¶ added in v3.2.8
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶ added in v3.2.8
Click to show internal directories.
Click to hide internal directories.