Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExportType_HTML = "html" ExportType_PDF = "pdf" ExportType_PNG = "png" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportType ¶
type ExportType string
type ReportBuilderClient ¶
type ReportBuilderClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(baseUrl string) *ReportBuilderClient
func (*ReportBuilderClient) Get ¶
func (c *ReportBuilderClient) Get(reportId string, data interface{}, exportType ExportType) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.