client

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportType

type ExportType string
const (
	ExportType_HTML  ExportType = "html"
	ExportType_PDF   ExportType = "pdf"
	ExportType_PNG   ExportType = "png"
	ExportType_EXCEL ExportType = "excel"
)

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)

func (*ReportBuilderClient) GetBulk added in v0.2.0

func (c *ReportBuilderClient) GetBulk(reportId string, data interface{}, exportType ExportType) (*bulkResponse, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL