Documentation ¶
Index ¶
- func GetLicenseeReportFailErrMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
- func GetLicenseeReportFailJSONMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
- func GetLicenseeReportFailStatusMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
- func GetLicenseeReportListFailErrMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
- func GetLicenseeReportListFailJSONMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
- func GetLicenseeReportListFailStatusMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
- func GetLicenseeReportListMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
- func GetLicenseeReportMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
- type LicenseeReportService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLicenseeReportFailErrMocked ¶
func GetLicenseeReportFailErrMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
GetLicenseeReportFailErrMocked test mocked function
func GetLicenseeReportFailJSONMocked ¶
func GetLicenseeReportFailJSONMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
GetLicenseeReportFailJSONMocked test mocked function
func GetLicenseeReportFailStatusMocked ¶
func GetLicenseeReportFailStatusMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
GetLicenseeReportFailStatusMocked test mocked function
func GetLicenseeReportListFailErrMocked ¶
func GetLicenseeReportListFailErrMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
GetLicenseeReportListFailErrMocked test mocked function
func GetLicenseeReportListFailJSONMocked ¶
func GetLicenseeReportListFailJSONMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
GetLicenseeReportListFailJSONMocked test mocked function
func GetLicenseeReportListFailStatusMocked ¶
func GetLicenseeReportListFailStatusMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
GetLicenseeReportListFailStatusMocked test mocked function
func GetLicenseeReportListMocked ¶
func GetLicenseeReportListMocked(t *testing.T, licenseeReportsIn *[]types.LicenseeReport) *[]types.LicenseeReport
GetLicenseeReportListMocked test mocked function
func GetLicenseeReportMocked ¶
func GetLicenseeReportMocked(t *testing.T, licenseeReport *types.LicenseeReport) *types.LicenseeReport
GetLicenseeReportMocked test mocked function
Types ¶
type LicenseeReportService ¶
type LicenseeReportService struct {
// contains filtered or unexported fields
}
LicenseeReportService manages report operations
func NewLicenseeReportService ¶
func NewLicenseeReportService(concertoService utils.ConcertoService) (*LicenseeReportService, error)
NewLicenseeReportService returns a Concerto report service
func (*LicenseeReportService) GetLicenseeReport ¶
func (rs *LicenseeReportService) GetLicenseeReport(ID string) (report *types.LicenseeReport, err error)
GetLicenseeReport returns a licensee report by its ID
func (*LicenseeReportService) GetLicenseeReportList ¶
func (rs *LicenseeReportService) GetLicenseeReportList() (reports []types.LicenseeReport, err error)
GetLicenseeReportList returns the list of reports as an array of LicenseeReport