Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
Request *protocol.PlatformMessage
Response *protocol.PlatformMessage // 如果需要返回信息,此值不为空
}
func NewExecutor ¶
func NewExecutor(request *protocol.PlatformMessage) *Executor
func (*Executor) Execute ¶
func (r *Executor) Execute() (resp *protocol.PlatformMessage)
Execute 注意:一条请求可能包含多种资源操作
Click to show internal directories.
Click to hide internal directories.