Documentation ¶
Index ¶
- type BuildInterface
- func (_m *BuildInterface) Build() (interface{}, error)
- func (_m *BuildInterface) GetPostProcessParams() builder.PostProcessParams
- func (_m *BuildInterface) GetReportName() (string, error)
- func (_m *BuildInterface) PostProcess(_a0 context.Context, _a1 string, _a2 string, _a3 int64, _a4 []byte, ...) error
- func (_m *BuildInterface) Validate() error
- type CentrifugoInterface
- type DocumentGeneratorInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildInterface ¶ added in v1.1.0
BuildInterface is an autogenerated mock type for the BuildInterface type
func (*BuildInterface) Build ¶ added in v1.1.0
func (_m *BuildInterface) Build() (interface{}, error)
Build provides a mock function with given fields:
func (*BuildInterface) GetPostProcessParams ¶ added in v1.1.0
func (_m *BuildInterface) GetPostProcessParams() builder.PostProcessParams
GetPostProcessParams provides a mock function with given fields:
func (*BuildInterface) GetReportName ¶ added in v1.1.0
func (_m *BuildInterface) GetReportName() (string, error)
GetReportName provides a mock function with given fields:
func (*BuildInterface) PostProcess ¶ added in v1.1.0
func (_m *BuildInterface) PostProcess(_a0 context.Context, _a1 string, _a2 string, _a3 int64, _a4 []byte, _a5 builder.PostProcessParams) error
PostProcess provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4, _a5
func (*BuildInterface) Validate ¶ added in v1.1.0
func (_m *BuildInterface) Validate() error
Validate provides a mock function with given fields:
type CentrifugoInterface ¶
CentrifugoInterface is an autogenerated mock type for the CentrifugoInterface type
func (*CentrifugoInterface) Info ¶
func (_m *CentrifugoInterface) Info(ctx context.Context) (gocent.InfoResult, error)
Info provides a mock function with given fields: ctx
func (*CentrifugoInterface) Publish ¶
func (_m *CentrifugoInterface) Publish(_a0 string, _a1 interface{}) error
Publish provides a mock function with given fields: _a0, _a1
type DocumentGeneratorInterface ¶
DocumentGeneratorInterface is an autogenerated mock type for the DocumentGeneratorInterface type
func (*DocumentGeneratorInterface) Render ¶
func (_m *DocumentGeneratorInterface) Render(payload *proto.GeneratorPayload) ([]byte, error)
Render provides a mock function with given fields: payload