Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetUpServices ¶
func SetUpServices(ctx context.Context, t *testing.T, servicesConfig SetUpServicesConfig, opts ...SetUpOption) func()
Types ¶
type SetUpOption ¶
type SetUpOption = func(cfg *Config)
func WithCOAPGWConfig ¶
func WithCOAPGWConfig(coapgwCfg coapgw.Config) SetUpOption
func WithGRPCGWConfig ¶
func WithGRPCGWConfig(grpcCfg grpcgwConfig.Config) SetUpOption
func WithISConfig ¶ added in v2.4.0
func WithISConfig(is isService.Config) SetUpOption
func WithRAConfig ¶
func WithRAConfig(ra raService.Config) SetUpOption
func WithRDConfig ¶
func WithRDConfig(rd rdService.Config) SetUpOption
type SetUpServicesConfig ¶
type SetUpServicesConfig uint16
const ( SetUpServicesOAuth SetUpServicesConfig = 1 << iota SetUpServicesId SetUpServicesCertificateAuthority SetUpServicesCloud2CloudGateway SetUpServicesCoapGateway SetUpServicesGrpcGateway SetUpServicesResourceAggregate SetUpServicesResourceDirectory )
Click to show internal directories.
Click to hide internal directories.