package
3.15.0+incompatible
Repository: https://github.com/crosserclaws/owl-backend.git
Documentation: pkg.go.dev

# Packages

Out-of-box Gock/Gentleman functions.
Plugin for using Gock on Gentleman library.

# Functions

Initialize a checker with slint support.
Initialize a client config by flag(properties).
No description provided by the author
Performs request and reads the body into []byte.
No description provided by the author
Performs request and reads the body into []byte.

# Variables

functions in namespace for set-up gin server(with GoCheck library) "test.gin_mode" - The mode of Gin framework "test.web_host" - The host of web "test.web_port" - The port of web The default value of port is "0", hence HasSetting() would be "false" Deprecated: Try to use testing/http/gock to start a mock server.
functions in namespace for getting value of flags for "test.web_host" - The host of web "test.web_port" - The port of web The default value of port is "0", hence HasSetting() would be "false" Deprecated: Try to use testing/http/gock to start a mock server.

# Structs

Slint with checker.
Configuration used to set-up faking server.
Supporting configuration of testing by Gentleman library.
The configuration of http client See "NewHttpClientConfigByFlag()" to initialize this object by flag.
No description provided by the author
Supporting configuration of testing by Sling(deprecated) library Deprecated: You should use gentleman library instead.

# Interfaces

Defines the interface used to set-up "*net/http/httptest.Server".

# Type aliases

Callback to set-up of Gin engine.