Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRealtimeInfo ¶
func GetRealtimeInfo[K any](ctx context.Context, opts ...OptionFunc) (*K, error)
func LocallyReachable ¶
Types ¶
type OptionFunc ¶
type OptionFunc func(c *resty.Client, r *resty.Request) (*resty.Request, error)
func WithDebug ¶
func WithDebug(debug bool) OptionFunc
func WithDefaultURL ¶
func WithDefaultURL() OptionFunc
func WithURL ¶
func WithURL(url string) OptionFunc
Click to show internal directories.
Click to hide internal directories.