Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action interface { Get(*ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) Post(params *ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) Put(params *ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) Delete(params *ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) Head(params *ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) Do(params *ypb.RequestYakURLParams) (*ypb.RequestYakURLResponse, error) }
func GetWebsiteViewerAction ¶ added in v1.2.9
func GetWebsiteViewerAction() Action
type ActionService ¶ added in v1.3.0
type ActionService struct {
// contains filtered or unexported fields
}
func GetActionService ¶ added in v1.3.0
func GetActionService() *ActionService
func (*ActionService) CreateAction ¶ added in v1.3.0
func (s *ActionService) CreateAction(schema string) Action
func (*ActionService) GetAction ¶ added in v1.3.0
func (s *ActionService) GetAction(schema string) Action
func (*ActionService) Stop ¶ added in v1.3.0
func (s *ActionService) Stop()
Click to show internal directories.
Click to hide internal directories.