Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminSandBox ¶ added in v1.2.0
type AdminSandBox struct {
dserver.ServiceSandbox
// contains filtered or unexported fields
}
func (*AdminSandBox) Name ¶ added in v1.2.0
func (that *AdminSandBox) Name() string
func (*AdminSandBox) Setup ¶ added in v1.2.0
func (that *AdminSandBox) Setup() error
func (*AdminSandBox) Shutdown ¶ added in v1.2.0
func (that *AdminSandBox) Shutdown() error
type DefaultSandBox ¶
type DefaultSandBox struct {
dserver.ServiceSandbox
TestName string
// contains filtered or unexported fields
}
DefaultSandBox 默认的服务
func (*DefaultSandBox) Name ¶
func (that *DefaultSandBox) Name() string
func (*DefaultSandBox) Setup ¶
func (that *DefaultSandBox) Setup() error
func (*DefaultSandBox) Shutdown ¶
func (that *DefaultSandBox) Shutdown() error
type DefaultSandBox1 ¶
type DefaultSandBox1 struct {
dserver.BaseSandbox
// contains filtered or unexported fields
}
func (*DefaultSandBox1) Abc ¶
func (that *DefaultSandBox1) Abc() string
func (*DefaultSandBox1) Name ¶
func (that *DefaultSandBox1) Name() string
func (*DefaultSandBox1) Setup ¶
func (that *DefaultSandBox1) Setup() error
func (*DefaultSandBox1) Shutdown ¶
func (that *DefaultSandBox1) Shutdown() error
type UserSandBox ¶ added in v1.2.0
type UserSandBox struct {
dserver.ServiceSandbox
// contains filtered or unexported fields
}
func (*UserSandBox) Name ¶ added in v1.2.0
func (that *UserSandBox) Name() string
func (*UserSandBox) Setup ¶ added in v1.2.0
func (that *UserSandBox) Setup() error
func (*UserSandBox) Shutdown ¶ added in v1.2.0
func (that *UserSandBox) Shutdown() error
Click to show internal directories.
Click to hide internal directories.