Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyService ¶
type ProcessService ¶
type ProcessService interface {
	LoadUrl(ctx context.Context, url *url.URL) (domain.File, error)
	Process(ctx context.Context, req processRequest.ProcessRequest) (*response.ProcessResponse, error)
}
     Click to show internal directories. 
   Click to hide internal directories.