Documentation
¶
Index ¶
- func CheckIsLoginRequired(httpResponseBody string) bool
- func DoHttpRequestAndReadResponse(args *types.GlobalOptions, httpMethod string, host string, requestUrl string, ...) (string, error)
- func DoUnauthenticatedHttpRequestAndReadResponse(args *types.GlobalOptions, httpMethod string, requestUrl string, ...) (string, error)
- func Filter[T any](ss []T, test func(T) bool) (ret []T)
- func IsModel30x(nm types.NetgearModel) bool
- func IsModel316(nm types.NetgearModel) bool
- func IsSupportedModel(modelName string) bool
- func ParseFloat32(text string) float32
- func ParseInt32(text string) int32
- func ReadTokenAndModel2GlobalOptions(args *types.GlobalOptions, host string) (types.NetgearModel, string, error)
- func RequestPage(args *types.GlobalOptions, host string, url string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIsLoginRequired ¶
func IsModel30x ¶
func IsModel30x(nm types.NetgearModel) bool
func IsModel316 ¶
func IsModel316(nm types.NetgearModel) bool
func IsSupportedModel ¶
func ParseFloat32 ¶
func ParseInt32 ¶
func ReadTokenAndModel2GlobalOptions ¶
func ReadTokenAndModel2GlobalOptions(args *types.GlobalOptions, host string) (types.NetgearModel, string, error)
func RequestPage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.