Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeErrorsService ¶
type FakeErrorsService struct {
Messages []string
}
func (*FakeErrorsService) Close ¶
func (s *FakeErrorsService) Close() error
func (*FakeErrorsService) ReportErrorEvent ¶
func (s *FakeErrorsService) ReportErrorEvent(ctx context.Context, req *clouderrorreportingpb.ReportErrorEventRequest) (*clouderrorreportingpb.ReportErrorEventResponse, error)
type TestServices ¶
type TestServices struct { gcp.Services TestErrorReportingService *FakeErrorsService }
func NewTestServices ¶
func NewTestServices(t *testing.T, serviceName string) *TestServices
func (*TestServices) Close ¶
func (s *TestServices) Close()
Click to show internal directories.
Click to hide internal directories.