Documentation ¶
Overview ¶
Package cloud contains the services for interacting with SafeDep Cloud. It uses SafeDep gRPC API for communication.
Index ¶
- func NewApiKeyService(conn *grpc.ClientConn) (*apiKeyService, error)
- func NewOnboardingService(conn *grpc.ClientConn) (*onboardingService, error)
- func NewPingService(conn *grpc.ClientConn) (*pingService, error)
- func NewUserService(conn *grpc.ClientConn) (*userService, error)
- type ApiKey
- type CreateApiKeyRequest
- type CreateApiKeyResponse
- type ListApiKeyRequest
- type ListApiKeyResponse
- type PingResponse
- type RegisterRequest
- type RegisterResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApiKeyService ¶
func NewApiKeyService(conn *grpc.ClientConn) (*apiKeyService, error)
func NewOnboardingService ¶
func NewOnboardingService(conn *grpc.ClientConn) (*onboardingService, error)
func NewPingService ¶
func NewPingService(conn *grpc.ClientConn) (*pingService, error)
func NewUserService ¶
func NewUserService(conn *grpc.ClientConn) (*userService, error)
Types ¶
type CreateApiKeyRequest ¶
type CreateApiKeyResponse ¶
type ListApiKeyRequest ¶ added in v1.8.2
type ListApiKeyResponse ¶ added in v1.8.2
type ListApiKeyResponse struct {
Keys []*ApiKey
}
type RegisterRequest ¶
type RegisterResponse ¶
type RegisterResponse struct {
TenantDomain string
}
Click to show internal directories.
Click to hide internal directories.