Versions in this module Expand all Collapse all v1 v1.1.0 Jan 27, 2026 Changes in this version + func RunForwardInstance(cId string) error + type EcsService struct + func NewECS() (*EcsService, error) + func (s *EcsService) CreateInstance(postData *model.AliEcsOrder) (any, error) + func (s *EcsService) DeleteInstance(id string) (any, error) + func (s *EcsService) InitAliVpcClient(endPoint ...string) (_result *vpc20160428.Client, _err error) + func (s *EcsService) InitECSClient(endPoint ...string) (_result *ecs20140526.Client, _err error) + type ForWardService struct + func NewForWardService() *ForWardService + func (s *ForWardService) Create(r *http.Request) error + func (s *ForWardService) Delete(id string) error + func (s *ForWardService) Stop(r *http.Request) error + func (s *ForWardService) Update(r *http.Request) error + type ServWS struct + func NewWS(ws *websocket.Conn) *ServWS + func (s *ServWS) Service(_ctx context.Context) + type Service struct