 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var ErrNoRenderer = errors.New("No renderer plugin found nor is an external render server configured")
    
      View Source
      
  
    var ErrPhantomJSNotInstalled = errors.New("PhantomJS executable not found")
    
      View Source
      
  
var ErrTimeout = errors.New("Timeout error. You can set timeout in seconds with &timeout url parameter")
    Functions ¶
This section is empty.
Types ¶
type RenderResult ¶
type RenderResult struct {
	FilePath string
}
    type RenderingService ¶
type RenderingService struct {
	Cfg *setting.Cfg `inject:""`
	// contains filtered or unexported fields
}
    func (*RenderingService) Init ¶
func (rs *RenderingService) Init() error
func (*RenderingService) Render ¶
func (rs *RenderingService) Render(ctx context.Context, opts Opts) (*RenderResult, error)
 Click to show internal directories. 
   Click to hide internal directories.