router

package
v0.0.0-...-36dec41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountModule

type AccountModule struct {
	AccountCtrl *handler.AccountCtrl `inject:""`
}

func (*AccountModule) Party

func (m *AccountModule) Party() module.WebModule

Party 认证模块

type AuthModule

type AuthModule struct {
	AuthCtrl *handler.AuthCtrl `inject:""`
}

func (*AuthModule) Party

func (m *AuthModule) Party() module.WebModule

Party 脚本

type CategoryModule

type CategoryModule struct {
	CategoryCtrl *handler.CategoryCtrl `inject:""`
}

func (*CategoryModule) Party

func (m *CategoryModule) Party() module.WebModule

Party 场景

type CheckpointModule

type CheckpointModule struct {
	CheckpointCtrl *handler.CheckpointCtrl `inject:""`
}

func (*CheckpointModule) Party

func (m *CheckpointModule) Party() module.WebModule

Party 检查点

type ComponentModule

type ComponentModule struct {
	ComponentCtrl *handler.ComponentCtrl `inject:""`
}

func (*ComponentModule) Party

func (m *ComponentModule) Party() module.WebModule

Party 注册模块

type ConditionModule

type ConditionModule struct {
	ConditionCtrl *handler.ConditionCtrl `inject:""`
}

func (*ConditionModule) Party

func (m *ConditionModule) Party() module.WebModule

Party 前后置条件

type ConfigModule

type ConfigModule struct {
	ConfigCtrl *handler.ConfigCtrl `inject:""`
}

func (*ConfigModule) Party

func (m *ConfigModule) Party() module.WebModule

Party 脚本

type DataModule

type DataModule struct {
	DataCtrl    *handler.DataCtrl    `inject:""`
	DataService *service.DataService `inject:""`
}

func (*DataModule) Party

func (m *DataModule) Party() module.WebModule

Party 初始化模块

type DatabaseConnModule

type DatabaseConnModule struct {
	DatabaseConnCtrl *handler.DatabaseConnCtrl `inject:""`
}

func (*DatabaseConnModule) Party

func (m *DatabaseConnModule) Party() module.WebModule

Party 项目

type DatabaseOptModule

type DatabaseOptModule struct {
	DatabaseOptCtrl *handler.DatabaseOptCtrl `inject:""`
}

func (*DatabaseOptModule) Party

func (m *DatabaseOptModule) Party() module.WebModule

Party 检查点

type DatapoolModule

type DatapoolModule struct {
	DatapoolCtrl *handler.DatapoolCtrl `inject:""`
}

func (*DatapoolModule) Party

func (m *DatapoolModule) Party() module.WebModule

Party 项目

type DebugInterfaceModule

type DebugInterfaceModule struct {
	DebugInterfaceCtrl *handler.DebugInterfaceCtrl `inject:""`
	DebugInvokeCtrl    *handler.DebugInvokeCtrl    `inject:""`
}

func (*DebugInterfaceModule) Party

Party 脚本

type DebugInvokeModule

type DebugInvokeModule struct {
	DebugInterfaceCtrl *handler.DebugInterfaceCtrl `inject:""`
	DebugInvokeCtrl    *handler.DebugInvokeCtrl    `inject:""`
}

func (*DebugInvokeModule) Party

func (m *DebugInvokeModule) Party() module.WebModule

Party 脚本

type DiagnoseInterfaceModule

type DiagnoseInterfaceModule struct {
	DiagnoseInterfaceCtrl *handler.DiagnoseInterfaceCtrl `inject:""`
}

func (*DiagnoseInterfaceModule) Party

Party 脚本

type DocumentModule

type DocumentModule struct {
	DocumentCtrl *handler.DocumentCtrl `inject:""`
}

func (*DocumentModule) Party

func (m *DocumentModule) Party() module.WebModule

type EndpointCaseAlternativeModule

type EndpointCaseAlternativeModule struct {
	EndpointCaseAlternativeCtrl *handler.EndpointCaseAlternativeCtrl `inject:""`
}

func (*EndpointCaseAlternativeModule) Party

Party 注册模块

type EndpointCaseModule

type EndpointCaseModule struct {
	EndpointCaseCtrl *handler.EndpointCaseCtrl `inject:""`
}

func (*EndpointCaseModule) Party

func (m *EndpointCaseModule) Party() module.WebModule

Party 注册模块

type EndpointCodeModule

type EndpointCodeModule struct {
	EndpointCodeCtrl *handler.EndpointCodeCtrl `inject:""`
}

func (*EndpointCodeModule) Party

func (m *EndpointCodeModule) Party() module.WebModule

Party 注册模块

type EndpointFavoriteModule

type EndpointFavoriteModule struct {
	EndpointFavoriteCtrl *handler.EndpointFavoriteCtrl `inject:""`
}

func (*EndpointFavoriteModule) Party

type EndpointInterfaceModule

type EndpointInterfaceModule struct {
	EndpointInterfaceCtrl *handler.EndpointInterfaceCtrl `inject:""`
}

func (*EndpointInterfaceModule) Party

Party 注册模块

type EndpointMockExpectModule

type EndpointMockExpectModule struct {
	EndpointMockExpectCtrl *handler.EndpointMockExpectCtrl `inject:""`
}

func (*EndpointMockExpectModule) Party

Party 高级Mock-Mock期望模块

type EndpointMockScriptModule

type EndpointMockScriptModule struct {
	EndpointMockScriptCtrl *handler.EndpointMockScriptCtrl `inject:""`
}

func (*EndpointMockScriptModule) Party

Party 项目

type EndpointModule

type EndpointModule struct {
	EndpointCtrl *handler.EndpointCtrl `inject:""`
}

func (*EndpointModule) Party

func (m *EndpointModule) Party() module.WebModule

Party 注册模块

type EndpointTagModule

type EndpointTagModule struct {
	EndpointTagCtrl *handler.EndpointTagCtrl `inject:""`
}

func (*EndpointTagModule) Party

func (m *EndpointTagModule) Party() module.WebModule

Party 注册模块

type EnvironmentModule

type EnvironmentModule struct {
	EnvironmentCtrl    *handler.EnvironmentCtrl    `inject:""`
	EnvironmentVarCtrl *handler.EnvironmentVarCtrl `inject:""`
}

func (*EnvironmentModule) Party

func (m *EnvironmentModule) Party() module.WebModule

Party 脚本

type ExtractorModule

type ExtractorModule struct {
	ExtractorCtrl *handler.ExtractorCtrl `inject:""`
}

func (*ExtractorModule) Party

func (m *ExtractorModule) Party() module.WebModule

Party 提取器

type FileModule

type FileModule struct {
	FileCtrl *handler.FileCtrl `inject:""`
}

func (*FileModule) Party

func (m *FileModule) Party() module.WebModule

Party 上传文件模块

type HealthzModule

type HealthzModule struct {
	HealthzCtrl *handler.HealthzCtrl `inject:""`
}

func NewHealthzModule

func NewHealthzModule() *HealthzModule

func (*HealthzModule) Party

func (m *HealthzModule) Party() module.WebModule

Party

type ImportModule

type ImportModule struct {
	ImportCtrl *handler.ImportCtrl `inject:""`
}

func (*ImportModule) Party

func (m *ImportModule) Party() module.WebModule

Party 脚本

type JslibModule

type JslibModule struct {
	JslibCtrl *handler.JslibCtrl `inject:""`
}

func (*JslibModule) Party

func (m *JslibModule) Party() module.WebModule

Party 项目

type MessageModule

type MessageModule struct {
	MessageCtrl *handler.MessageCtrl `inject:""`
}

func (*MessageModule) Party

func (m *MessageModule) Party() module.WebModule

Party 消息

type MockJsModule

type MockJsModule struct {
	MockJsCtrl *handler.MockJsCtrl `inject:""`
}

func (*MockJsModule) Party

func (m *MockJsModule) Party() module.WebModule

Party mockjs表达式

type MockModule

type MockModule struct {
	MockCtrl *handler.MockCtrl `inject:""`
}

func (*MockModule) Party

func (m *MockModule) Party() module.WebModule

Party 脚本

type OpenModule

type OpenModule struct {
	OpenCtrl *handler.OpenCtrl `inject:""`
	DataCtrl *handler.DataCtrl `inject:""`
}

func (*OpenModule) Party

func (m *OpenModule) Party() module.WebModule

type ParserModule

type ParserModule struct {
	ParserCtrl *handler.ParserCtrl `inject:""`
}

func (*ParserModule) Party

func (m *ParserModule) Party() module.WebModule

Party 脚本

type PermModule

type PermModule struct {
	PermCtrl *handler.PermCtrl `inject:""`
}

func (*PermModule) Party

func (m *PermModule) Party() module.WebModule

Party 权限模块

type PlanExecModule

type PlanExecModule struct {
	PlanExecCtrl *handler.PlanExecCtrl `inject:""`
}

func (*PlanExecModule) Party

func (m *PlanExecModule) Party() module.WebModule

Party

type PlanModule

type PlanModule struct {
	PlanCtrl *handler.PlanCtrl `inject:""`
}

func (*PlanModule) Party

func (m *PlanModule) Party() module.WebModule

Party 计划

type PlanReportModule

type PlanReportModule struct {
	ReportCtrl *handler.PlanReportCtrl `inject:""`
}

func (*PlanReportModule) Party

func (m *PlanReportModule) Party() module.WebModule

Party

type ProjectCronModule

type ProjectCronModule struct {
	ProjectCronCtrl *handler.ProjectCronCtrl `inject:""`
}

func (*ProjectCronModule) Party

func (m *ProjectCronModule) Party() module.WebModule

type ProjectMenuModule

type ProjectMenuModule struct {
	ProjectMenuCtrl *handler.ProjectMenuCtrl `inject:""`
}

func (*ProjectMenuModule) Party

func (m *ProjectMenuModule) Party() module.WebModule

Party 项目菜单

type ProjectModule

type ProjectModule struct {
	ProjectCtrl *handler.ProjectCtrl `inject:""`
}

func (*ProjectModule) Party

func (m *ProjectModule) Party() module.WebModule

Party 项目

type ProjectPermModule

type ProjectPermModule struct {
	ProjectRolePermCtrl *handler.ProjectRolePermCtrl `inject:""`
}

func (*ProjectPermModule) Party

func (m *ProjectPermModule) Party() module.WebModule

Party 项目权限

type ProjectSettingsModule

type ProjectSettingsModule struct {
	ProjectSettingsCtrl *handler.ProjectSettingsCtrl `inject:""`
}

func (*ProjectSettingsModule) Party

Party 注册模块

type ResponseDefineModule

type ResponseDefineModule struct {
	ResponseDefineCtrl *handler.ResponseDefineCtrl `inject:""`
}

func (*ResponseDefineModule) Party

Party 检查点

type RoleModule

type RoleModule struct {
	RoleCtrl *handler.RoleCtrl `inject:""`
}

func (*RoleModule) Party

func (m *RoleModule) Party() module.WebModule

Party 角色模块

type SaaSModule

type SaaSModule struct {
	SaasCtrl *handler.SaasCtrl `inject:""`
}

func (*SaaSModule) Party

func (m *SaaSModule) Party() module.WebModule

Party 角色模块

type ScenarioExecModule

type ScenarioExecModule struct {
	ScenarioExecCtrl *handler.ScenarioExecCtrl `inject:""`
}

func (*ScenarioExecModule) Party

func (m *ScenarioExecModule) Party() module.WebModule

Party 场景

type ScenarioInterfaceModule

type ScenarioInterfaceModule struct {
	ScenarioInterfaceCtrl *handler.ScenarioInterfaceCtrl `inject:""`
}

func (*ScenarioInterfaceModule) Party

type ScenarioModule

type ScenarioModule struct {
	ScenarioCtrl     *handler.ScenarioCtrl     `inject:""`
	ScenarioNodeCtrl *handler.ScenarioNodeCtrl `inject:""`
}

func (*ScenarioModule) Party

func (m *ScenarioModule) Party() module.WebModule

Party 场景

type ScenarioNodeModule

type ScenarioNodeModule struct {
	ScenarioNodeCtrl *handler.ScenarioNodeCtrl `inject:""`
}

func (*ScenarioNodeModule) Party

func (m *ScenarioNodeModule) Party() module.WebModule

Party 场景

type ScenarioProcessorModule

type ScenarioProcessorModule struct {
	ScenarioProcessorCtrl *handler.ScenarioProcessorCtrl `inject:""`
}

func (*ScenarioProcessorModule) Party

Party 场景

type ScenarioReportModule

type ScenarioReportModule struct {
	ScenarioReportCtrl *handler.ScenarioReportCtrl `inject:""`
}

func (*ScenarioReportModule) Party

Party 场景

type ScriptModule

type ScriptModule struct {
	ScriptCtrl *handler.ScriptCtrl `inject:""`
}

func (*ScriptModule) Party

func (m *ScriptModule) Party() module.WebModule

Party 脚本

type ServeModule

type ServeModule struct {
	ServeCtrl *handler.ServeCtrl `inject:""`
}

func (*ServeModule) Party

func (m *ServeModule) Party() module.WebModule

Party 注册模块

type ShareVarModule

type ShareVarModule struct {
	ShareVarCtrl *handler.ShareVarCtrl `inject:""`
}

func (*ShareVarModule) Party

func (m *ShareVarModule) Party() module.WebModule

Party 提取器

type SnippetModule

type SnippetModule struct {
	SnippetCtrl *handler.SnippetCtrl `inject:""`
}

func (*SnippetModule) Party

func (m *SnippetModule) Party() module.WebModule

Party 脚本

type SummaryModule

type SummaryModule struct {
	SummaryCtrl *handler.SummaryCtrl `inject:""`
	Cron        *cron.ServerCron     `inject:""`
}

func (*SummaryModule) Party

func (m *SummaryModule) Party() module.WebModule

Party 用户

type SysAgentModule

type SysAgentModule struct {
	SysAgentCtrl *handler.SysAgentCtrl `inject:""`
}

func (*SysAgentModule) Party

func (m *SysAgentModule) Party() module.WebModule

Party 脚本

type TestsModule

type TestsModule struct {
	TestsCtrl *handler.TestsCtrl `inject:""`
	FileCtrl  *handler.FileCtrl  `inject:""`
}

func (*TestsModule) Party

func (m *TestsModule) Party() module.WebModule

Party 脚本

type UserModule

type UserModule struct {
	UserCtrl *handler.UserCtrl `inject:""`
}

func (*UserModule) Party

func (m *UserModule) Party() module.WebModule

Party 用户

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL