Documentation ¶
Index ¶
Constants ¶
View Source
const ( FormJson = "application/json" FormUrlEncode = "application/x-www-form-urlencoded" FormFormData = "multipart/form-data" //TODO: add implement )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { }
func (*Config) RegisterFlagsWithPrefix ¶
RegisterFlagsWithPrefix is used to register flags
type Manager ¶
func (*Manager) ClearCaseEnv ¶
func (m *Manager) ClearCaseEnv()
func (*Manager) LoadCaseEnv ¶
type Provider ¶
type Provider interface { // LoadCaseEnv Initialize the environment before executing the use case LoadCaseEnv(itfName, caseName string) // MockResponse Mock Request. MockResponse(ctx context.Context, request *interact.Request) (*interact.Response, error) // ClearCaseEnv clear environment ClearCaseEnv() }
Click to show internal directories.
Click to hide internal directories.