Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeterminismLevelUnspecified = "DETERMINISM_LEVEL_UNSPECIFIED"
Functions ¶
func CloneProto ¶
func CloneProto[T protoreflect.ProtoMessage](t T) T
Types ¶
type MockService ¶
type MockService struct { *common.MockEnvironment // contains filtered or unexported fields }
MockService represents a mocked bigquery service.
func New ¶
func New(env *common.MockEnvironment, storage storage.Storage) *MockService
New creates a MockService.
func (*MockService) ExpectedHosts ¶
func (s *MockService) ExpectedHosts() []string
func (*MockService) NewHTTPMux ¶
func (s *MockService) NewHTTPMux(ctx context.Context, conn *grpc.ClientConn) (http.Handler, error)
func (*MockService) Register ¶
func (s *MockService) Register(grpcServer *grpc.Server)
Click to show internal directories.
Click to hide internal directories.