proto

package
v0.0.0-...-1834baf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ActivityType_name = map[int32]string{
	0: "APPLICATION_CREATED",
	1: "DEPLOYMENT_STARTED",
	2: "DEPLOYMENT_SUCCESS",
	3: "DEPLOYMENT_FAILURE",
	4: "ENVIRONMENT_CREATED",
	5: "ENVIRONMENT_DESTROYED",
	6: "APPLICATION_DELETED",
}
View Source
var ActivityType_value = map[string]int32{
	"APPLICATION_CREATED":   0,
	"DEPLOYMENT_STARTED":    1,
	"DEPLOYMENT_SUCCESS":    2,
	"DEPLOYMENT_FAILURE":    3,
	"ENVIRONMENT_CREATED":   4,
	"ENVIRONMENT_DESTROYED": 5,
	"APPLICATION_DELETED":   6,
}
View Source
var ApplicationType_name = map[int32]string{
	0: "SERVER",
	1: "CRONJOB",
}
View Source
var ApplicationType_value = map[string]int32{
	"SERVER":  0,
	"CRONJOB": 1,
}
View Source
var CreationState_name = map[int32]string{
	0: "CREATE_INFRASTRUCTURE_WAIT",
	1: "CREATE_INFRASTRUCTURE_SUCCEEDED",
	2: "CREATE_INFRASTRUCTURE_FAILED",
}
View Source
var CreationState_value = map[string]int32{
	"CREATE_INFRASTRUCTURE_WAIT":      0,
	"CREATE_INFRASTRUCTURE_SUCCEEDED": 1,
	"CREATE_INFRASTRUCTURE_FAILED":    2,
}
View Source
var DeletionState_name = map[int32]string{
	0: "NOT_DELETED",
	1: "DELETE_INFRASTRUCTURE_WAIT",
	2: "DELETE_INFRASTRUCTURE_SUCCEEDED",
	3: "DELETE_INFRASTRUCTURE_FAILED",
}
View Source
var DeletionState_value = map[string]int32{
	"NOT_DELETED":                     0,
	"DELETE_INFRASTRUCTURE_WAIT":      1,
	"DELETE_INFRASTRUCTURE_SUCCEEDED": 2,
	"DELETE_INFRASTRUCTURE_FAILED":    3,
}
View Source
var MetricType_name = map[int32]string{
	0: "REQUEST_COUNT",
	1: "LATENCY",
	2: "HTTP_5XX_COUNT",
	3: "HTTP_4XX_COUNT",
	4: "HTTP_2XX_COUNT",
}
View Source
var MetricType_value = map[string]int32{
	"REQUEST_COUNT":  0,
	"LATENCY":        1,
	"HTTP_5XX_COUNT": 2,
	"HTTP_4XX_COUNT": 3,
	"HTTP_2XX_COUNT": 4,
}

Functions

func RegisterActivitiesServer

func RegisterActivitiesServer(s *grpc.Server, srv ActivitiesServer)

func RegisterApplicationsServer

func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)

func RegisterConfigurationsServer

func RegisterConfigurationsServer(s *grpc.Server, srv ConfigurationsServer)

func RegisterDeploymentsServer

func RegisterDeploymentsServer(s *grpc.Server, srv DeploymentsServer)

func RegisterEnvironmentsServer

func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)

func RegisterUsersServer

func RegisterUsersServer(s *grpc.Server, srv UsersServer)

func RegisterVersionServer

func RegisterVersionServer(s *grpc.Server, srv VersionServer)

Types

type ActivitiesClient

type ActivitiesClient interface {
	AddActivity(ctx context.Context, in *Activity, opts ...grpc.CallOption) (*Empty, error)
	ListActivities(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ListActivitiesResponse, error)
	ListApplicationActivities(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*ListActivitiesResponse, error)
	ListDeploymentActivities(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*ListActivitiesResponse, error)
}

ActivitiesClient is the client API for Activities service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewActivitiesClient

func NewActivitiesClient(cc *grpc.ClientConn) ActivitiesClient

type ActivitiesServer

type ActivitiesServer interface {
	AddActivity(context.Context, *Activity) (*Empty, error)
	ListActivities(context.Context, *Empty) (*ListActivitiesResponse, error)
	ListApplicationActivities(context.Context, *GetApplicationRequest) (*ListActivitiesResponse, error)
	ListDeploymentActivities(context.Context, *GetDeploymentRequest) (*ListActivitiesResponse, error)
}

ActivitiesServer is the server API for Activities service.

type Activity

type Activity struct {
	Id                   int32                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 ActivityType         `protobuf:"varint,2,opt,name=type,proto3,enum=soapbox.ActivityType" json:"type,omitempty"`
	UserId               int32                `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ApplicationId        int32                `protobuf:"varint,4,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	DeploymentId         int32                `protobuf:"varint,5,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	EnvironmentId        int32                `protobuf:"varint,6,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Activity) Descriptor

func (*Activity) Descriptor() ([]byte, []int)

func (*Activity) GetApplicationId

func (m *Activity) GetApplicationId() int32

func (*Activity) GetCreatedAt

func (m *Activity) GetCreatedAt() *timestamp.Timestamp

func (*Activity) GetDeploymentId

func (m *Activity) GetDeploymentId() int32

func (*Activity) GetEnvironmentId

func (m *Activity) GetEnvironmentId() int32

func (*Activity) GetId

func (m *Activity) GetId() int32

func (*Activity) GetType

func (m *Activity) GetType() ActivityType

func (*Activity) GetUserId

func (m *Activity) GetUserId() int32

func (*Activity) ProtoMessage

func (*Activity) ProtoMessage()

func (*Activity) Reset

func (m *Activity) Reset()

func (*Activity) String

func (m *Activity) String() string

func (*Activity) XXX_DiscardUnknown

func (m *Activity) XXX_DiscardUnknown()

func (*Activity) XXX_Marshal

func (m *Activity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Activity) XXX_Merge

func (dst *Activity) XXX_Merge(src proto.Message)

func (*Activity) XXX_Size

func (m *Activity) XXX_Size() int

func (*Activity) XXX_Unmarshal

func (m *Activity) XXX_Unmarshal(b []byte) error

type ActivityType

type ActivityType int32
const (
	ActivityType_APPLICATION_CREATED   ActivityType = 0
	ActivityType_DEPLOYMENT_STARTED    ActivityType = 1
	ActivityType_DEPLOYMENT_SUCCESS    ActivityType = 2
	ActivityType_DEPLOYMENT_FAILURE    ActivityType = 3
	ActivityType_ENVIRONMENT_CREATED   ActivityType = 4
	ActivityType_ENVIRONMENT_DESTROYED ActivityType = 5
	ActivityType_APPLICATION_DELETED   ActivityType = 6
)

func (ActivityType) EnumDescriptor

func (ActivityType) EnumDescriptor() ([]byte, []int)

func (ActivityType) String

func (x ActivityType) String() string

type Application

type Application struct {
	Id                   int32                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int32                `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                 string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description          string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	ExternalDns          string               `protobuf:"bytes,5,opt,name=external_dns,json=externalDns,proto3" json:"external_dns,omitempty"`
	GithubRepoUrl        string               `protobuf:"bytes,6,opt,name=github_repo_url,json=githubRepoUrl,proto3" json:"github_repo_url,omitempty"`
	DockerfilePath       string               `protobuf:"bytes,7,opt,name=dockerfile_path,json=dockerfilePath,proto3" json:"dockerfile_path,omitempty"`
	EntrypointOverride   string               `protobuf:"bytes,8,opt,name=entrypoint_override,json=entrypointOverride,proto3" json:"entrypoint_override,omitempty"`
	Type                 ApplicationType      `protobuf:"varint,9,opt,name=type,proto3,enum=soapbox.ApplicationType" json:"type,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Slug                 string               `protobuf:"bytes,11,opt,name=slug,proto3" json:"slug,omitempty"`
	InternalDns          string               `protobuf:"bytes,12,opt,name=internal_dns,json=internalDns,proto3" json:"internal_dns,omitempty"`
	CreationState        CreationState        `` /* 129-byte string literal not displayed */
	DeletionState        DeletionState        `` /* 129-byte string literal not displayed */
	AwsEncryptionKeyArn  string               `protobuf:"bytes,15,opt,name=aws_encryption_key_arn,json=awsEncryptionKeyArn,proto3" json:"aws_encryption_key_arn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Application) Descriptor

func (*Application) Descriptor() ([]byte, []int)

func (*Application) GetAwsEncryptionKeyArn

func (m *Application) GetAwsEncryptionKeyArn() string

func (*Application) GetCreatedAt

func (m *Application) GetCreatedAt() *timestamp.Timestamp

func (*Application) GetCreationState

func (m *Application) GetCreationState() CreationState

func (*Application) GetDeletionState

func (m *Application) GetDeletionState() DeletionState

func (*Application) GetDescription

func (m *Application) GetDescription() string

func (*Application) GetDockerfilePath

func (m *Application) GetDockerfilePath() string

func (*Application) GetEntrypointOverride

func (m *Application) GetEntrypointOverride() string

func (*Application) GetExternalDns

func (m *Application) GetExternalDns() string

func (*Application) GetGithubRepoUrl

func (m *Application) GetGithubRepoUrl() string

func (*Application) GetId

func (m *Application) GetId() int32

func (*Application) GetInternalDns

func (m *Application) GetInternalDns() string

func (*Application) GetName

func (m *Application) GetName() string

func (*Application) GetSlug

func (m *Application) GetSlug() string

func (*Application) GetType

func (m *Application) GetType() ApplicationType

func (*Application) GetUserId

func (m *Application) GetUserId() int32

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) Reset

func (m *Application) Reset()

func (*Application) String

func (m *Application) String() string

func (*Application) XXX_DiscardUnknown

func (m *Application) XXX_DiscardUnknown()

func (*Application) XXX_Marshal

func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Application) XXX_Merge

func (dst *Application) XXX_Merge(src proto.Message)

func (*Application) XXX_Size

func (m *Application) XXX_Size() int

func (*Application) XXX_Unmarshal

func (m *Application) XXX_Unmarshal(b []byte) error

type ApplicationMetric

type ApplicationMetric struct {
	Time                 string   `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	Count                int32    `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationMetric) Descriptor

func (*ApplicationMetric) Descriptor() ([]byte, []int)

func (*ApplicationMetric) GetCount

func (m *ApplicationMetric) GetCount() int32

func (*ApplicationMetric) GetTime

func (m *ApplicationMetric) GetTime() string

func (*ApplicationMetric) ProtoMessage

func (*ApplicationMetric) ProtoMessage()

func (*ApplicationMetric) Reset

func (m *ApplicationMetric) Reset()

func (*ApplicationMetric) String

func (m *ApplicationMetric) String() string

func (*ApplicationMetric) XXX_DiscardUnknown

func (m *ApplicationMetric) XXX_DiscardUnknown()

func (*ApplicationMetric) XXX_Marshal

func (m *ApplicationMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationMetric) XXX_Merge

func (dst *ApplicationMetric) XXX_Merge(src proto.Message)

func (*ApplicationMetric) XXX_Size

func (m *ApplicationMetric) XXX_Size() int

func (*ApplicationMetric) XXX_Unmarshal

func (m *ApplicationMetric) XXX_Unmarshal(b []byte) error

type ApplicationMetricsResponse

type ApplicationMetricsResponse struct {
	Metrics              []*ApplicationMetric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ApplicationMetricsResponse) Descriptor

func (*ApplicationMetricsResponse) Descriptor() ([]byte, []int)

func (*ApplicationMetricsResponse) GetMetrics

func (m *ApplicationMetricsResponse) GetMetrics() []*ApplicationMetric

func (*ApplicationMetricsResponse) ProtoMessage

func (*ApplicationMetricsResponse) ProtoMessage()

func (*ApplicationMetricsResponse) Reset

func (m *ApplicationMetricsResponse) Reset()

func (*ApplicationMetricsResponse) String

func (m *ApplicationMetricsResponse) String() string

func (*ApplicationMetricsResponse) XXX_DiscardUnknown

func (m *ApplicationMetricsResponse) XXX_DiscardUnknown()

func (*ApplicationMetricsResponse) XXX_Marshal

func (m *ApplicationMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationMetricsResponse) XXX_Merge

func (dst *ApplicationMetricsResponse) XXX_Merge(src proto.Message)

func (*ApplicationMetricsResponse) XXX_Size

func (m *ApplicationMetricsResponse) XXX_Size() int

func (*ApplicationMetricsResponse) XXX_Unmarshal

func (m *ApplicationMetricsResponse) XXX_Unmarshal(b []byte) error

type ApplicationType

type ApplicationType int32
const (
	ApplicationType_SERVER  ApplicationType = 0
	ApplicationType_CRONJOB ApplicationType = 1
)

func (ApplicationType) EnumDescriptor

func (ApplicationType) EnumDescriptor() ([]byte, []int)

func (ApplicationType) String

func (x ApplicationType) String() string

type ApplicationsClient

type ApplicationsClient interface {
	ListApplications(ctx context.Context, in *ListApplicationRequest, opts ...grpc.CallOption) (*ListApplicationResponse, error)
	CreateApplication(ctx context.Context, in *Application, opts ...grpc.CallOption) (*Application, error)
	GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*Application, error)
	DeleteApplication(ctx context.Context, in *Application, opts ...grpc.CallOption) (*Empty, error)
	GetApplicationMetrics(ctx context.Context, in *GetApplicationMetricsRequest, opts ...grpc.CallOption) (*ApplicationMetricsResponse, error)
}

ApplicationsClient is the client API for Applications service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApplicationsClient

func NewApplicationsClient(cc *grpc.ClientConn) ApplicationsClient

type ApplicationsServer

type ApplicationsServer interface {
	ListApplications(context.Context, *ListApplicationRequest) (*ListApplicationResponse, error)
	CreateApplication(context.Context, *Application) (*Application, error)
	GetApplication(context.Context, *GetApplicationRequest) (*Application, error)
	DeleteApplication(context.Context, *Application) (*Empty, error)
	GetApplicationMetrics(context.Context, *GetApplicationMetricsRequest) (*ApplicationMetricsResponse, error)
}

ApplicationsServer is the server API for Applications service.

type ConfigVar

type ConfigVar struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigVar) Descriptor

func (*ConfigVar) Descriptor() ([]byte, []int)

func (*ConfigVar) GetName

func (m *ConfigVar) GetName() string

func (*ConfigVar) GetValue

func (m *ConfigVar) GetValue() string

func (*ConfigVar) ProtoMessage

func (*ConfigVar) ProtoMessage()

func (*ConfigVar) Reset

func (m *ConfigVar) Reset()

func (*ConfigVar) String

func (m *ConfigVar) String() string

func (*ConfigVar) XXX_DiscardUnknown

func (m *ConfigVar) XXX_DiscardUnknown()

func (*ConfigVar) XXX_Marshal

func (m *ConfigVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigVar) XXX_Merge

func (dst *ConfigVar) XXX_Merge(src proto.Message)

func (*ConfigVar) XXX_Size

func (m *ConfigVar) XXX_Size() int

func (*ConfigVar) XXX_Unmarshal

func (m *ConfigVar) XXX_Unmarshal(b []byte) error

type Configuration

type Configuration struct {
	EnvironmentId        int32                `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Version              int32                `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ConfigVars           []*ConfigVar         `protobuf:"bytes,4,rep,name=config_vars,json=configVars,proto3" json:"config_vars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Configuration) Descriptor

func (*Configuration) Descriptor() ([]byte, []int)

func (*Configuration) GetConfigVars

func (m *Configuration) GetConfigVars() []*ConfigVar

func (*Configuration) GetCreatedAt

func (m *Configuration) GetCreatedAt() *timestamp.Timestamp

func (*Configuration) GetEnvironmentId

func (m *Configuration) GetEnvironmentId() int32

func (*Configuration) GetVersion

func (m *Configuration) GetVersion() int32

func (*Configuration) ProtoMessage

func (*Configuration) ProtoMessage()

func (*Configuration) Reset

func (m *Configuration) Reset()

func (*Configuration) String

func (m *Configuration) String() string

func (*Configuration) XXX_DiscardUnknown

func (m *Configuration) XXX_DiscardUnknown()

func (*Configuration) XXX_Marshal

func (m *Configuration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Configuration) XXX_Merge

func (dst *Configuration) XXX_Merge(src proto.Message)

func (*Configuration) XXX_Size

func (m *Configuration) XXX_Size() int

func (*Configuration) XXX_Unmarshal

func (m *Configuration) XXX_Unmarshal(b []byte) error

type ConfigurationsClient

type ConfigurationsClient interface {
	ListConfigurations(ctx context.Context, in *ListConfigurationRequest, opts ...grpc.CallOption) (*ListConfigurationResponse, error)
	GetLatestConfiguration(ctx context.Context, in *GetLatestConfigurationRequest, opts ...grpc.CallOption) (*Configuration, error)
	CreateConfiguration(ctx context.Context, in *CreateConfigurationRequest, opts ...grpc.CallOption) (*Configuration, error)
	DeleteConfiguration(ctx context.Context, in *DeleteConfigurationRequest, opts ...grpc.CallOption) (*Empty, error)
}

ConfigurationsClient is the client API for Configurations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewConfigurationsClient

func NewConfigurationsClient(cc *grpc.ClientConn) ConfigurationsClient

type ConfigurationsServer

type ConfigurationsServer interface {
	ListConfigurations(context.Context, *ListConfigurationRequest) (*ListConfigurationResponse, error)
	GetLatestConfiguration(context.Context, *GetLatestConfigurationRequest) (*Configuration, error)
	CreateConfiguration(context.Context, *CreateConfigurationRequest) (*Configuration, error)
	DeleteConfiguration(context.Context, *DeleteConfigurationRequest) (*Empty, error)
}

ConfigurationsServer is the server API for Configurations service.

type CreateConfigurationRequest

type CreateConfigurationRequest struct {
	EnvironmentId        int32        `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	ConfigVars           []*ConfigVar `protobuf:"bytes,2,rep,name=config_vars,json=configVars,proto3" json:"config_vars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateConfigurationRequest) Descriptor

func (*CreateConfigurationRequest) Descriptor() ([]byte, []int)

func (*CreateConfigurationRequest) GetConfigVars

func (m *CreateConfigurationRequest) GetConfigVars() []*ConfigVar

func (*CreateConfigurationRequest) GetEnvironmentId

func (m *CreateConfigurationRequest) GetEnvironmentId() int32

func (*CreateConfigurationRequest) ProtoMessage

func (*CreateConfigurationRequest) ProtoMessage()

func (*CreateConfigurationRequest) Reset

func (m *CreateConfigurationRequest) Reset()

func (*CreateConfigurationRequest) String

func (m *CreateConfigurationRequest) String() string

func (*CreateConfigurationRequest) XXX_DiscardUnknown

func (m *CreateConfigurationRequest) XXX_DiscardUnknown()

func (*CreateConfigurationRequest) XXX_Marshal

func (m *CreateConfigurationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateConfigurationRequest) XXX_Merge

func (dst *CreateConfigurationRequest) XXX_Merge(src proto.Message)

func (*CreateConfigurationRequest) XXX_Size

func (m *CreateConfigurationRequest) XXX_Size() int

func (*CreateConfigurationRequest) XXX_Unmarshal

func (m *CreateConfigurationRequest) XXX_Unmarshal(b []byte) error

type CreateUserRequest

type CreateUserRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email                string   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Password             string   `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateUserRequest) Descriptor

func (*CreateUserRequest) Descriptor() ([]byte, []int)

func (*CreateUserRequest) GetEmail

func (m *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetId

func (m *CreateUserRequest) GetId() int32

func (*CreateUserRequest) GetName

func (m *CreateUserRequest) GetName() string

func (*CreateUserRequest) GetPassword

func (m *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (m *CreateUserRequest) String() string

func (*CreateUserRequest) XXX_DiscardUnknown

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal

func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateUserRequest) XXX_Merge

func (dst *CreateUserRequest) XXX_Merge(src proto.Message)

func (*CreateUserRequest) XXX_Size

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal

func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error

type CreationState

type CreationState int32
const (
	CreationState_CREATE_INFRASTRUCTURE_WAIT      CreationState = 0
	CreationState_CREATE_INFRASTRUCTURE_SUCCEEDED CreationState = 1
	CreationState_CREATE_INFRASTRUCTURE_FAILED    CreationState = 2
)

func (CreationState) EnumDescriptor

func (CreationState) EnumDescriptor() ([]byte, []int)

func (CreationState) String

func (x CreationState) String() string

type DeleteConfigurationRequest

type DeleteConfigurationRequest struct {
	EnvironmentId        int32    `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Version              int32    `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteConfigurationRequest) Descriptor

func (*DeleteConfigurationRequest) Descriptor() ([]byte, []int)

func (*DeleteConfigurationRequest) GetEnvironmentId

func (m *DeleteConfigurationRequest) GetEnvironmentId() int32

func (*DeleteConfigurationRequest) GetVersion

func (m *DeleteConfigurationRequest) GetVersion() int32

func (*DeleteConfigurationRequest) ProtoMessage

func (*DeleteConfigurationRequest) ProtoMessage()

func (*DeleteConfigurationRequest) Reset

func (m *DeleteConfigurationRequest) Reset()

func (*DeleteConfigurationRequest) String

func (m *DeleteConfigurationRequest) String() string

func (*DeleteConfigurationRequest) XXX_DiscardUnknown

func (m *DeleteConfigurationRequest) XXX_DiscardUnknown()

func (*DeleteConfigurationRequest) XXX_Marshal

func (m *DeleteConfigurationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteConfigurationRequest) XXX_Merge

func (dst *DeleteConfigurationRequest) XXX_Merge(src proto.Message)

func (*DeleteConfigurationRequest) XXX_Size

func (m *DeleteConfigurationRequest) XXX_Size() int

func (*DeleteConfigurationRequest) XXX_Unmarshal

func (m *DeleteConfigurationRequest) XXX_Unmarshal(b []byte) error

type DeletionState

type DeletionState int32
const (
	DeletionState_NOT_DELETED                     DeletionState = 0
	DeletionState_DELETE_INFRASTRUCTURE_WAIT      DeletionState = 1
	DeletionState_DELETE_INFRASTRUCTURE_SUCCEEDED DeletionState = 2
	DeletionState_DELETE_INFRASTRUCTURE_FAILED    DeletionState = 3
)

func (DeletionState) EnumDescriptor

func (DeletionState) EnumDescriptor() ([]byte, []int)

func (DeletionState) String

func (x DeletionState) String() string

type Deployment

type Deployment struct {
	Id                   int32                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Application          *Application         `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	Env                  *Environment         `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	Committish           string               `protobuf:"bytes,4,opt,name=committish,proto3" json:"committish,omitempty"`
	State                string               `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Deployment) Descriptor

func (*Deployment) Descriptor() ([]byte, []int)

func (*Deployment) GetApplication

func (m *Deployment) GetApplication() *Application

func (*Deployment) GetCommittish

func (m *Deployment) GetCommittish() string

func (*Deployment) GetCreatedAt

func (m *Deployment) GetCreatedAt() *timestamp.Timestamp

func (*Deployment) GetEnv

func (m *Deployment) GetEnv() *Environment

func (*Deployment) GetId

func (m *Deployment) GetId() int32

func (*Deployment) GetState

func (m *Deployment) GetState() string

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) Reset

func (m *Deployment) Reset()

func (*Deployment) String

func (m *Deployment) String() string

func (*Deployment) XXX_DiscardUnknown

func (m *Deployment) XXX_DiscardUnknown()

func (*Deployment) XXX_Marshal

func (m *Deployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Deployment) XXX_Merge

func (dst *Deployment) XXX_Merge(src proto.Message)

func (*Deployment) XXX_Size

func (m *Deployment) XXX_Size() int

func (*Deployment) XXX_Unmarshal

func (m *Deployment) XXX_Unmarshal(b []byte) error

type DeploymentsClient

type DeploymentsClient interface {
	ListDeployments(ctx context.Context, in *ListDeploymentRequest, opts ...grpc.CallOption) (*ListDeploymentResponse, error)
	GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*Deployment, error)
	GetLatestDeployment(ctx context.Context, in *GetLatestDeploymentRequest, opts ...grpc.CallOption) (*Deployment, error)
	StartDeployment(ctx context.Context, in *Deployment, opts ...grpc.CallOption) (*StartDeploymentResponse, error)
	GetDeploymentStatus(ctx context.Context, in *GetDeploymentStatusRequest, opts ...grpc.CallOption) (*GetDeploymentStatusResponse, error)
	TeardownDeployment(ctx context.Context, in *TeardownDeploymentRequest, opts ...grpc.CallOption) (*Empty, error)
}

DeploymentsClient is the client API for Deployments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeploymentsClient

func NewDeploymentsClient(cc *grpc.ClientConn) DeploymentsClient

type DeploymentsServer

DeploymentsServer is the server API for Deployments service.

type DestroyEnvironmentRequest

type DestroyEnvironmentRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DestroyEnvironmentRequest) Descriptor

func (*DestroyEnvironmentRequest) Descriptor() ([]byte, []int)

func (*DestroyEnvironmentRequest) GetId

func (m *DestroyEnvironmentRequest) GetId() int32

func (*DestroyEnvironmentRequest) ProtoMessage

func (*DestroyEnvironmentRequest) ProtoMessage()

func (*DestroyEnvironmentRequest) Reset

func (m *DestroyEnvironmentRequest) Reset()

func (*DestroyEnvironmentRequest) String

func (m *DestroyEnvironmentRequest) String() string

func (*DestroyEnvironmentRequest) XXX_DiscardUnknown

func (m *DestroyEnvironmentRequest) XXX_DiscardUnknown()

func (*DestroyEnvironmentRequest) XXX_Marshal

func (m *DestroyEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DestroyEnvironmentRequest) XXX_Merge

func (dst *DestroyEnvironmentRequest) XXX_Merge(src proto.Message)

func (*DestroyEnvironmentRequest) XXX_Size

func (m *DestroyEnvironmentRequest) XXX_Size() int

func (*DestroyEnvironmentRequest) XXX_Unmarshal

func (m *DestroyEnvironmentRequest) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (dst *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type Environment

type Environment struct {
	Id                   int32                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ApplicationId        int32                `protobuf:"varint,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Name                 string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Slug                 string               `protobuf:"bytes,4,opt,name=slug,proto3" json:"slug,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Environment) Descriptor

func (*Environment) Descriptor() ([]byte, []int)

func (*Environment) GetApplicationId

func (m *Environment) GetApplicationId() int32

func (*Environment) GetCreatedAt

func (m *Environment) GetCreatedAt() *timestamp.Timestamp

func (*Environment) GetId

func (m *Environment) GetId() int32

func (*Environment) GetName

func (m *Environment) GetName() string

func (*Environment) GetSlug

func (m *Environment) GetSlug() string

func (*Environment) ProtoMessage

func (*Environment) ProtoMessage()

func (*Environment) Reset

func (m *Environment) Reset()

func (*Environment) String

func (m *Environment) String() string

func (*Environment) XXX_DiscardUnknown

func (m *Environment) XXX_DiscardUnknown()

func (*Environment) XXX_Marshal

func (m *Environment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Environment) XXX_Merge

func (dst *Environment) XXX_Merge(src proto.Message)

func (*Environment) XXX_Size

func (m *Environment) XXX_Size() int

func (*Environment) XXX_Unmarshal

func (m *Environment) XXX_Unmarshal(b []byte) error

type EnvironmentsClient

type EnvironmentsClient interface {
	ListEnvironments(ctx context.Context, in *ListEnvironmentRequest, opts ...grpc.CallOption) (*ListEnvironmentResponse, error)
	GetEnvironment(ctx context.Context, in *GetEnvironmentRequest, opts ...grpc.CallOption) (*Environment, error)
	CreateEnvironment(ctx context.Context, in *Environment, opts ...grpc.CallOption) (*Environment, error)
	DestroyEnvironment(ctx context.Context, in *DestroyEnvironmentRequest, opts ...grpc.CallOption) (*Empty, error)
}

EnvironmentsClient is the client API for Environments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEnvironmentsClient

func NewEnvironmentsClient(cc *grpc.ClientConn) EnvironmentsClient

type EnvironmentsServer

type EnvironmentsServer interface {
	ListEnvironments(context.Context, *ListEnvironmentRequest) (*ListEnvironmentResponse, error)
	GetEnvironment(context.Context, *GetEnvironmentRequest) (*Environment, error)
	CreateEnvironment(context.Context, *Environment) (*Environment, error)
	DestroyEnvironment(context.Context, *DestroyEnvironmentRequest) (*Empty, error)
}

EnvironmentsServer is the server API for Environments service.

type GetApplicationMetricsRequest

type GetApplicationMetricsRequest struct {
	Id                   int32      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MetricType           MetricType `protobuf:"varint,2,opt,name=metric_type,json=metricType,proto3,enum=soapbox.MetricType" json:"metric_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetApplicationMetricsRequest) Descriptor

func (*GetApplicationMetricsRequest) Descriptor() ([]byte, []int)

func (*GetApplicationMetricsRequest) GetId

func (*GetApplicationMetricsRequest) GetMetricType

func (m *GetApplicationMetricsRequest) GetMetricType() MetricType

func (*GetApplicationMetricsRequest) ProtoMessage

func (*GetApplicationMetricsRequest) ProtoMessage()

func (*GetApplicationMetricsRequest) Reset

func (m *GetApplicationMetricsRequest) Reset()

func (*GetApplicationMetricsRequest) String

func (*GetApplicationMetricsRequest) XXX_DiscardUnknown

func (m *GetApplicationMetricsRequest) XXX_DiscardUnknown()

func (*GetApplicationMetricsRequest) XXX_Marshal

func (m *GetApplicationMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetApplicationMetricsRequest) XXX_Merge

func (dst *GetApplicationMetricsRequest) XXX_Merge(src proto.Message)

func (*GetApplicationMetricsRequest) XXX_Size

func (m *GetApplicationMetricsRequest) XXX_Size() int

func (*GetApplicationMetricsRequest) XXX_Unmarshal

func (m *GetApplicationMetricsRequest) XXX_Unmarshal(b []byte) error

type GetApplicationRequest

type GetApplicationRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetApplicationRequest) Descriptor

func (*GetApplicationRequest) Descriptor() ([]byte, []int)

func (*GetApplicationRequest) GetId

func (m *GetApplicationRequest) GetId() int32

func (*GetApplicationRequest) ProtoMessage

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) Reset

func (m *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String

func (m *GetApplicationRequest) String() string

func (*GetApplicationRequest) XXX_DiscardUnknown

func (m *GetApplicationRequest) XXX_DiscardUnknown()

func (*GetApplicationRequest) XXX_Marshal

func (m *GetApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetApplicationRequest) XXX_Merge

func (dst *GetApplicationRequest) XXX_Merge(src proto.Message)

func (*GetApplicationRequest) XXX_Size

func (m *GetApplicationRequest) XXX_Size() int

func (*GetApplicationRequest) XXX_Unmarshal

func (m *GetApplicationRequest) XXX_Unmarshal(b []byte) error

type GetDeploymentRequest

type GetDeploymentRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeploymentRequest) Descriptor

func (*GetDeploymentRequest) Descriptor() ([]byte, []int)

func (*GetDeploymentRequest) GetId

func (m *GetDeploymentRequest) GetId() int32

func (*GetDeploymentRequest) ProtoMessage

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) Reset

func (m *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) String

func (m *GetDeploymentRequest) String() string

func (*GetDeploymentRequest) XXX_DiscardUnknown

func (m *GetDeploymentRequest) XXX_DiscardUnknown()

func (*GetDeploymentRequest) XXX_Marshal

func (m *GetDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeploymentRequest) XXX_Merge

func (dst *GetDeploymentRequest) XXX_Merge(src proto.Message)

func (*GetDeploymentRequest) XXX_Size

func (m *GetDeploymentRequest) XXX_Size() int

func (*GetDeploymentRequest) XXX_Unmarshal

func (m *GetDeploymentRequest) XXX_Unmarshal(b []byte) error

type GetDeploymentStatusRequest

type GetDeploymentStatusRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeploymentStatusRequest) Descriptor

func (*GetDeploymentStatusRequest) Descriptor() ([]byte, []int)

func (*GetDeploymentStatusRequest) GetId

func (m *GetDeploymentStatusRequest) GetId() int32

func (*GetDeploymentStatusRequest) ProtoMessage

func (*GetDeploymentStatusRequest) ProtoMessage()

func (*GetDeploymentStatusRequest) Reset

func (m *GetDeploymentStatusRequest) Reset()

func (*GetDeploymentStatusRequest) String

func (m *GetDeploymentStatusRequest) String() string

func (*GetDeploymentStatusRequest) XXX_DiscardUnknown

func (m *GetDeploymentStatusRequest) XXX_DiscardUnknown()

func (*GetDeploymentStatusRequest) XXX_Marshal

func (m *GetDeploymentStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeploymentStatusRequest) XXX_Merge

func (dst *GetDeploymentStatusRequest) XXX_Merge(src proto.Message)

func (*GetDeploymentStatusRequest) XXX_Size

func (m *GetDeploymentStatusRequest) XXX_Size() int

func (*GetDeploymentStatusRequest) XXX_Unmarshal

func (m *GetDeploymentStatusRequest) XXX_Unmarshal(b []byte) error

type GetDeploymentStatusResponse

type GetDeploymentStatusResponse struct {
	State                string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeploymentStatusResponse) Descriptor

func (*GetDeploymentStatusResponse) Descriptor() ([]byte, []int)

func (*GetDeploymentStatusResponse) GetState

func (m *GetDeploymentStatusResponse) GetState() string

func (*GetDeploymentStatusResponse) ProtoMessage

func (*GetDeploymentStatusResponse) ProtoMessage()

func (*GetDeploymentStatusResponse) Reset

func (m *GetDeploymentStatusResponse) Reset()

func (*GetDeploymentStatusResponse) String

func (m *GetDeploymentStatusResponse) String() string

func (*GetDeploymentStatusResponse) XXX_DiscardUnknown

func (m *GetDeploymentStatusResponse) XXX_DiscardUnknown()

func (*GetDeploymentStatusResponse) XXX_Marshal

func (m *GetDeploymentStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeploymentStatusResponse) XXX_Merge

func (dst *GetDeploymentStatusResponse) XXX_Merge(src proto.Message)

func (*GetDeploymentStatusResponse) XXX_Size

func (m *GetDeploymentStatusResponse) XXX_Size() int

func (*GetDeploymentStatusResponse) XXX_Unmarshal

func (m *GetDeploymentStatusResponse) XXX_Unmarshal(b []byte) error

type GetEnvironmentRequest

type GetEnvironmentRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetEnvironmentRequest) Descriptor

func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)

func (*GetEnvironmentRequest) GetId

func (m *GetEnvironmentRequest) GetId() int32

func (*GetEnvironmentRequest) ProtoMessage

func (*GetEnvironmentRequest) ProtoMessage()

func (*GetEnvironmentRequest) Reset

func (m *GetEnvironmentRequest) Reset()

func (*GetEnvironmentRequest) String

func (m *GetEnvironmentRequest) String() string

func (*GetEnvironmentRequest) XXX_DiscardUnknown

func (m *GetEnvironmentRequest) XXX_DiscardUnknown()

func (*GetEnvironmentRequest) XXX_Marshal

func (m *GetEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEnvironmentRequest) XXX_Merge

func (dst *GetEnvironmentRequest) XXX_Merge(src proto.Message)

func (*GetEnvironmentRequest) XXX_Size

func (m *GetEnvironmentRequest) XXX_Size() int

func (*GetEnvironmentRequest) XXX_Unmarshal

func (m *GetEnvironmentRequest) XXX_Unmarshal(b []byte) error

type GetLatestConfigurationRequest

type GetLatestConfigurationRequest struct {
	EnvironmentId        int32    `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLatestConfigurationRequest) Descriptor

func (*GetLatestConfigurationRequest) Descriptor() ([]byte, []int)

func (*GetLatestConfigurationRequest) GetEnvironmentId

func (m *GetLatestConfigurationRequest) GetEnvironmentId() int32

func (*GetLatestConfigurationRequest) ProtoMessage

func (*GetLatestConfigurationRequest) ProtoMessage()

func (*GetLatestConfigurationRequest) Reset

func (m *GetLatestConfigurationRequest) Reset()

func (*GetLatestConfigurationRequest) String

func (*GetLatestConfigurationRequest) XXX_DiscardUnknown

func (m *GetLatestConfigurationRequest) XXX_DiscardUnknown()

func (*GetLatestConfigurationRequest) XXX_Marshal

func (m *GetLatestConfigurationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLatestConfigurationRequest) XXX_Merge

func (dst *GetLatestConfigurationRequest) XXX_Merge(src proto.Message)

func (*GetLatestConfigurationRequest) XXX_Size

func (m *GetLatestConfigurationRequest) XXX_Size() int

func (*GetLatestConfigurationRequest) XXX_Unmarshal

func (m *GetLatestConfigurationRequest) XXX_Unmarshal(b []byte) error

type GetLatestDeploymentRequest

type GetLatestDeploymentRequest struct {
	ApplicationId        int32    `protobuf:"varint,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	EnvironmentId        int32    `protobuf:"varint,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLatestDeploymentRequest) Descriptor

func (*GetLatestDeploymentRequest) Descriptor() ([]byte, []int)

func (*GetLatestDeploymentRequest) GetApplicationId

func (m *GetLatestDeploymentRequest) GetApplicationId() int32

func (*GetLatestDeploymentRequest) GetEnvironmentId

func (m *GetLatestDeploymentRequest) GetEnvironmentId() int32

func (*GetLatestDeploymentRequest) ProtoMessage

func (*GetLatestDeploymentRequest) ProtoMessage()

func (*GetLatestDeploymentRequest) Reset

func (m *GetLatestDeploymentRequest) Reset()

func (*GetLatestDeploymentRequest) String

func (m *GetLatestDeploymentRequest) String() string

func (*GetLatestDeploymentRequest) XXX_DiscardUnknown

func (m *GetLatestDeploymentRequest) XXX_DiscardUnknown()

func (*GetLatestDeploymentRequest) XXX_Marshal

func (m *GetLatestDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLatestDeploymentRequest) XXX_Merge

func (dst *GetLatestDeploymentRequest) XXX_Merge(src proto.Message)

func (*GetLatestDeploymentRequest) XXX_Size

func (m *GetLatestDeploymentRequest) XXX_Size() int

func (*GetLatestDeploymentRequest) XXX_Unmarshal

func (m *GetLatestDeploymentRequest) XXX_Unmarshal(b []byte) error

type GetUserRequest

type GetUserRequest struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Id                   int32    `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserRequest) Descriptor

func (*GetUserRequest) Descriptor() ([]byte, []int)

func (*GetUserRequest) GetEmail

func (m *GetUserRequest) GetEmail() string

func (*GetUserRequest) GetId

func (m *GetUserRequest) GetId() int32

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) String

func (m *GetUserRequest) String() string

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

func (m *GetUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserRequest) XXX_Merge

func (dst *GetUserRequest) XXX_Merge(src proto.Message)

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

func (m *GetUserRequest) XXX_Unmarshal(b []byte) error

type GetVersionResponse

type GetVersionResponse struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	GitCommit            string   `protobuf:"bytes,2,opt,name=git_commit,json=gitCommit,proto3" json:"git_commit,omitempty"`
	BuildTime            string   `protobuf:"bytes,3,opt,name=build_time,json=buildTime,proto3" json:"build_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVersionResponse) Descriptor

func (*GetVersionResponse) Descriptor() ([]byte, []int)

func (*GetVersionResponse) GetBuildTime

func (m *GetVersionResponse) GetBuildTime() string

func (*GetVersionResponse) GetGitCommit

func (m *GetVersionResponse) GetGitCommit() string

func (*GetVersionResponse) GetVersion

func (m *GetVersionResponse) GetVersion() string

func (*GetVersionResponse) ProtoMessage

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) Reset

func (m *GetVersionResponse) Reset()

func (*GetVersionResponse) String

func (m *GetVersionResponse) String() string

func (*GetVersionResponse) XXX_DiscardUnknown

func (m *GetVersionResponse) XXX_DiscardUnknown()

func (*GetVersionResponse) XXX_Marshal

func (m *GetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetVersionResponse) XXX_Merge

func (dst *GetVersionResponse) XXX_Merge(src proto.Message)

func (*GetVersionResponse) XXX_Size

func (m *GetVersionResponse) XXX_Size() int

func (*GetVersionResponse) XXX_Unmarshal

func (m *GetVersionResponse) XXX_Unmarshal(b []byte) error

type ListActivitiesResponse

type ListActivitiesResponse struct {
	Activities           []*Activity `protobuf:"bytes,1,rep,name=activities,proto3" json:"activities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListActivitiesResponse) Descriptor

func (*ListActivitiesResponse) Descriptor() ([]byte, []int)

func (*ListActivitiesResponse) GetActivities

func (m *ListActivitiesResponse) GetActivities() []*Activity

func (*ListActivitiesResponse) ProtoMessage

func (*ListActivitiesResponse) ProtoMessage()

func (*ListActivitiesResponse) Reset

func (m *ListActivitiesResponse) Reset()

func (*ListActivitiesResponse) String

func (m *ListActivitiesResponse) String() string

func (*ListActivitiesResponse) XXX_DiscardUnknown

func (m *ListActivitiesResponse) XXX_DiscardUnknown()

func (*ListActivitiesResponse) XXX_Marshal

func (m *ListActivitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListActivitiesResponse) XXX_Merge

func (dst *ListActivitiesResponse) XXX_Merge(src proto.Message)

func (*ListActivitiesResponse) XXX_Size

func (m *ListActivitiesResponse) XXX_Size() int

func (*ListActivitiesResponse) XXX_Unmarshal

func (m *ListActivitiesResponse) XXX_Unmarshal(b []byte) error

type ListApplicationRequest

type ListApplicationRequest struct {
	UserId               int32    `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListApplicationRequest) Descriptor

func (*ListApplicationRequest) Descriptor() ([]byte, []int)

func (*ListApplicationRequest) GetUserId

func (m *ListApplicationRequest) GetUserId() int32

func (*ListApplicationRequest) ProtoMessage

func (*ListApplicationRequest) ProtoMessage()

func (*ListApplicationRequest) Reset

func (m *ListApplicationRequest) Reset()

func (*ListApplicationRequest) String

func (m *ListApplicationRequest) String() string

func (*ListApplicationRequest) XXX_DiscardUnknown

func (m *ListApplicationRequest) XXX_DiscardUnknown()

func (*ListApplicationRequest) XXX_Marshal

func (m *ListApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationRequest) XXX_Merge

func (dst *ListApplicationRequest) XXX_Merge(src proto.Message)

func (*ListApplicationRequest) XXX_Size

func (m *ListApplicationRequest) XXX_Size() int

func (*ListApplicationRequest) XXX_Unmarshal

func (m *ListApplicationRequest) XXX_Unmarshal(b []byte) error

type ListApplicationResponse

type ListApplicationResponse struct {
	Applications         []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListApplicationResponse) Descriptor

func (*ListApplicationResponse) Descriptor() ([]byte, []int)

func (*ListApplicationResponse) GetApplications

func (m *ListApplicationResponse) GetApplications() []*Application

func (*ListApplicationResponse) ProtoMessage

func (*ListApplicationResponse) ProtoMessage()

func (*ListApplicationResponse) Reset

func (m *ListApplicationResponse) Reset()

func (*ListApplicationResponse) String

func (m *ListApplicationResponse) String() string

func (*ListApplicationResponse) XXX_DiscardUnknown

func (m *ListApplicationResponse) XXX_DiscardUnknown()

func (*ListApplicationResponse) XXX_Marshal

func (m *ListApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationResponse) XXX_Merge

func (dst *ListApplicationResponse) XXX_Merge(src proto.Message)

func (*ListApplicationResponse) XXX_Size

func (m *ListApplicationResponse) XXX_Size() int

func (*ListApplicationResponse) XXX_Unmarshal

func (m *ListApplicationResponse) XXX_Unmarshal(b []byte) error

type ListConfigurationRequest

type ListConfigurationRequest struct {
	EnvironmentId        int32    `protobuf:"varint,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListConfigurationRequest) Descriptor

func (*ListConfigurationRequest) Descriptor() ([]byte, []int)

func (*ListConfigurationRequest) GetEnvironmentId

func (m *ListConfigurationRequest) GetEnvironmentId() int32

func (*ListConfigurationRequest) ProtoMessage

func (*ListConfigurationRequest) ProtoMessage()

func (*ListConfigurationRequest) Reset

func (m *ListConfigurationRequest) Reset()

func (*ListConfigurationRequest) String

func (m *ListConfigurationRequest) String() string

func (*ListConfigurationRequest) XXX_DiscardUnknown

func (m *ListConfigurationRequest) XXX_DiscardUnknown()

func (*ListConfigurationRequest) XXX_Marshal

func (m *ListConfigurationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConfigurationRequest) XXX_Merge

func (dst *ListConfigurationRequest) XXX_Merge(src proto.Message)

func (*ListConfigurationRequest) XXX_Size

func (m *ListConfigurationRequest) XXX_Size() int

func (*ListConfigurationRequest) XXX_Unmarshal

func (m *ListConfigurationRequest) XXX_Unmarshal(b []byte) error

type ListConfigurationResponse

type ListConfigurationResponse struct {
	Configs              []*Configuration `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListConfigurationResponse) Descriptor

func (*ListConfigurationResponse) Descriptor() ([]byte, []int)

func (*ListConfigurationResponse) GetConfigs

func (m *ListConfigurationResponse) GetConfigs() []*Configuration

func (*ListConfigurationResponse) ProtoMessage

func (*ListConfigurationResponse) ProtoMessage()

func (*ListConfigurationResponse) Reset

func (m *ListConfigurationResponse) Reset()

func (*ListConfigurationResponse) String

func (m *ListConfigurationResponse) String() string

func (*ListConfigurationResponse) XXX_DiscardUnknown

func (m *ListConfigurationResponse) XXX_DiscardUnknown()

func (*ListConfigurationResponse) XXX_Marshal

func (m *ListConfigurationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConfigurationResponse) XXX_Merge

func (dst *ListConfigurationResponse) XXX_Merge(src proto.Message)

func (*ListConfigurationResponse) XXX_Size

func (m *ListConfigurationResponse) XXX_Size() int

func (*ListConfigurationResponse) XXX_Unmarshal

func (m *ListConfigurationResponse) XXX_Unmarshal(b []byte) error

type ListDeploymentRequest

type ListDeploymentRequest struct {
	ApplicationId        int32    `protobuf:"varint,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeploymentRequest) Descriptor

func (*ListDeploymentRequest) Descriptor() ([]byte, []int)

func (*ListDeploymentRequest) GetApplicationId

func (m *ListDeploymentRequest) GetApplicationId() int32

func (*ListDeploymentRequest) ProtoMessage

func (*ListDeploymentRequest) ProtoMessage()

func (*ListDeploymentRequest) Reset

func (m *ListDeploymentRequest) Reset()

func (*ListDeploymentRequest) String

func (m *ListDeploymentRequest) String() string

func (*ListDeploymentRequest) XXX_DiscardUnknown

func (m *ListDeploymentRequest) XXX_DiscardUnknown()

func (*ListDeploymentRequest) XXX_Marshal

func (m *ListDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentRequest) XXX_Merge

func (dst *ListDeploymentRequest) XXX_Merge(src proto.Message)

func (*ListDeploymentRequest) XXX_Size

func (m *ListDeploymentRequest) XXX_Size() int

func (*ListDeploymentRequest) XXX_Unmarshal

func (m *ListDeploymentRequest) XXX_Unmarshal(b []byte) error

type ListDeploymentResponse

type ListDeploymentResponse struct {
	Deployments          []*Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListDeploymentResponse) Descriptor

func (*ListDeploymentResponse) Descriptor() ([]byte, []int)

func (*ListDeploymentResponse) GetDeployments

func (m *ListDeploymentResponse) GetDeployments() []*Deployment

func (*ListDeploymentResponse) ProtoMessage

func (*ListDeploymentResponse) ProtoMessage()

func (*ListDeploymentResponse) Reset

func (m *ListDeploymentResponse) Reset()

func (*ListDeploymentResponse) String

func (m *ListDeploymentResponse) String() string

func (*ListDeploymentResponse) XXX_DiscardUnknown

func (m *ListDeploymentResponse) XXX_DiscardUnknown()

func (*ListDeploymentResponse) XXX_Marshal

func (m *ListDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentResponse) XXX_Merge

func (dst *ListDeploymentResponse) XXX_Merge(src proto.Message)

func (*ListDeploymentResponse) XXX_Size

func (m *ListDeploymentResponse) XXX_Size() int

func (*ListDeploymentResponse) XXX_Unmarshal

func (m *ListDeploymentResponse) XXX_Unmarshal(b []byte) error

type ListEnvironmentRequest

type ListEnvironmentRequest struct {
	ApplicationId        int32    `protobuf:"varint,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListEnvironmentRequest) Descriptor

func (*ListEnvironmentRequest) Descriptor() ([]byte, []int)

func (*ListEnvironmentRequest) GetApplicationId

func (m *ListEnvironmentRequest) GetApplicationId() int32

func (*ListEnvironmentRequest) ProtoMessage

func (*ListEnvironmentRequest) ProtoMessage()

func (*ListEnvironmentRequest) Reset

func (m *ListEnvironmentRequest) Reset()

func (*ListEnvironmentRequest) String

func (m *ListEnvironmentRequest) String() string

func (*ListEnvironmentRequest) XXX_DiscardUnknown

func (m *ListEnvironmentRequest) XXX_DiscardUnknown()

func (*ListEnvironmentRequest) XXX_Marshal

func (m *ListEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEnvironmentRequest) XXX_Merge

func (dst *ListEnvironmentRequest) XXX_Merge(src proto.Message)

func (*ListEnvironmentRequest) XXX_Size

func (m *ListEnvironmentRequest) XXX_Size() int

func (*ListEnvironmentRequest) XXX_Unmarshal

func (m *ListEnvironmentRequest) XXX_Unmarshal(b []byte) error

type ListEnvironmentResponse

type ListEnvironmentResponse struct {
	Environments         []*Environment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListEnvironmentResponse) Descriptor

func (*ListEnvironmentResponse) Descriptor() ([]byte, []int)

func (*ListEnvironmentResponse) GetEnvironments

func (m *ListEnvironmentResponse) GetEnvironments() []*Environment

func (*ListEnvironmentResponse) ProtoMessage

func (*ListEnvironmentResponse) ProtoMessage()

func (*ListEnvironmentResponse) Reset

func (m *ListEnvironmentResponse) Reset()

func (*ListEnvironmentResponse) String

func (m *ListEnvironmentResponse) String() string

func (*ListEnvironmentResponse) XXX_DiscardUnknown

func (m *ListEnvironmentResponse) XXX_DiscardUnknown()

func (*ListEnvironmentResponse) XXX_Marshal

func (m *ListEnvironmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEnvironmentResponse) XXX_Merge

func (dst *ListEnvironmentResponse) XXX_Merge(src proto.Message)

func (*ListEnvironmentResponse) XXX_Size

func (m *ListEnvironmentResponse) XXX_Size() int

func (*ListEnvironmentResponse) XXX_Unmarshal

func (m *ListEnvironmentResponse) XXX_Unmarshal(b []byte) error

type LoginUserRequest

type LoginUserRequest struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginUserRequest) Descriptor

func (*LoginUserRequest) Descriptor() ([]byte, []int)

func (*LoginUserRequest) GetEmail

func (m *LoginUserRequest) GetEmail() string

func (*LoginUserRequest) GetPassword

func (m *LoginUserRequest) GetPassword() string

func (*LoginUserRequest) ProtoMessage

func (*LoginUserRequest) ProtoMessage()

func (*LoginUserRequest) Reset

func (m *LoginUserRequest) Reset()

func (*LoginUserRequest) String

func (m *LoginUserRequest) String() string

func (*LoginUserRequest) XXX_DiscardUnknown

func (m *LoginUserRequest) XXX_DiscardUnknown()

func (*LoginUserRequest) XXX_Marshal

func (m *LoginUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginUserRequest) XXX_Merge

func (dst *LoginUserRequest) XXX_Merge(src proto.Message)

func (*LoginUserRequest) XXX_Size

func (m *LoginUserRequest) XXX_Size() int

func (*LoginUserRequest) XXX_Unmarshal

func (m *LoginUserRequest) XXX_Unmarshal(b []byte) error

type LoginUserResponse

type LoginUserResponse struct {
	Error                string   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	User                 *User    `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Hmac                 string   `protobuf:"bytes,3,opt,name=hmac,proto3" json:"hmac,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginUserResponse) Descriptor

func (*LoginUserResponse) Descriptor() ([]byte, []int)

func (*LoginUserResponse) GetError

func (m *LoginUserResponse) GetError() string

func (*LoginUserResponse) GetHmac

func (m *LoginUserResponse) GetHmac() string

func (*LoginUserResponse) GetUser

func (m *LoginUserResponse) GetUser() *User

func (*LoginUserResponse) ProtoMessage

func (*LoginUserResponse) ProtoMessage()

func (*LoginUserResponse) Reset

func (m *LoginUserResponse) Reset()

func (*LoginUserResponse) String

func (m *LoginUserResponse) String() string

func (*LoginUserResponse) XXX_DiscardUnknown

func (m *LoginUserResponse) XXX_DiscardUnknown()

func (*LoginUserResponse) XXX_Marshal

func (m *LoginUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginUserResponse) XXX_Merge

func (dst *LoginUserResponse) XXX_Merge(src proto.Message)

func (*LoginUserResponse) XXX_Size

func (m *LoginUserResponse) XXX_Size() int

func (*LoginUserResponse) XXX_Unmarshal

func (m *LoginUserResponse) XXX_Unmarshal(b []byte) error

type MetricType

type MetricType int32
const (
	MetricType_REQUEST_COUNT  MetricType = 0
	MetricType_LATENCY        MetricType = 1
	MetricType_HTTP_5XX_COUNT MetricType = 2
	MetricType_HTTP_4XX_COUNT MetricType = 3
	MetricType_HTTP_2XX_COUNT MetricType = 4
)

func (MetricType) EnumDescriptor

func (MetricType) EnumDescriptor() ([]byte, []int)

func (MetricType) String

func (x MetricType) String() string

type StartDeploymentResponse

type StartDeploymentResponse struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartDeploymentResponse) Descriptor

func (*StartDeploymentResponse) Descriptor() ([]byte, []int)

func (*StartDeploymentResponse) GetId

func (m *StartDeploymentResponse) GetId() int32

func (*StartDeploymentResponse) ProtoMessage

func (*StartDeploymentResponse) ProtoMessage()

func (*StartDeploymentResponse) Reset

func (m *StartDeploymentResponse) Reset()

func (*StartDeploymentResponse) String

func (m *StartDeploymentResponse) String() string

func (*StartDeploymentResponse) XXX_DiscardUnknown

func (m *StartDeploymentResponse) XXX_DiscardUnknown()

func (*StartDeploymentResponse) XXX_Marshal

func (m *StartDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartDeploymentResponse) XXX_Merge

func (dst *StartDeploymentResponse) XXX_Merge(src proto.Message)

func (*StartDeploymentResponse) XXX_Size

func (m *StartDeploymentResponse) XXX_Size() int

func (*StartDeploymentResponse) XXX_Unmarshal

func (m *StartDeploymentResponse) XXX_Unmarshal(b []byte) error

type TeardownDeploymentRequest

type TeardownDeploymentRequest struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeardownDeploymentRequest) Descriptor

func (*TeardownDeploymentRequest) Descriptor() ([]byte, []int)

func (*TeardownDeploymentRequest) GetId

func (m *TeardownDeploymentRequest) GetId() int32

func (*TeardownDeploymentRequest) ProtoMessage

func (*TeardownDeploymentRequest) ProtoMessage()

func (*TeardownDeploymentRequest) Reset

func (m *TeardownDeploymentRequest) Reset()

func (*TeardownDeploymentRequest) String

func (m *TeardownDeploymentRequest) String() string

func (*TeardownDeploymentRequest) XXX_DiscardUnknown

func (m *TeardownDeploymentRequest) XXX_DiscardUnknown()

func (*TeardownDeploymentRequest) XXX_Marshal

func (m *TeardownDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TeardownDeploymentRequest) XXX_Merge

func (dst *TeardownDeploymentRequest) XXX_Merge(src proto.Message)

func (*TeardownDeploymentRequest) XXX_Size

func (m *TeardownDeploymentRequest) XXX_Size() int

func (*TeardownDeploymentRequest) XXX_Unmarshal

func (m *TeardownDeploymentRequest) XXX_Unmarshal(b []byte) error

type User

type User struct {
	Id                     int32                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                   string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email                  string               `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	EncryptedPassword      string               `protobuf:"bytes,4,opt,name=encrypted_password,json=encryptedPassword,proto3" json:"encrypted_password,omitempty"`
	GithubOauthAccessToken string               `` /* 131-byte string literal not displayed */
	CreatedAt              *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}             `json:"-"`
	XXX_unrecognized       []byte               `json:"-"`
	XXX_sizecache          int32                `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetCreatedAt

func (m *User) GetCreatedAt() *timestamp.Timestamp

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetEncryptedPassword

func (m *User) GetEncryptedPassword() string

func (*User) GetGithubOauthAccessToken

func (m *User) GetGithubOauthAccessToken() string

func (*User) GetId

func (m *User) GetId() int32

func (*User) GetName

func (m *User) GetName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (dst *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type UsersClient

type UsersClient interface {
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*User, error)
	LoginUser(ctx context.Context, in *LoginUserRequest, opts ...grpc.CallOption) (*LoginUserResponse, error)
	AssignGithubOmniauthTokenToUser(ctx context.Context, in *User, opts ...grpc.CallOption) (*User, error)
}

UsersClient is the client API for Users service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUsersClient

func NewUsersClient(cc *grpc.ClientConn) UsersClient

type UsersServer

type UsersServer interface {
	CreateUser(context.Context, *CreateUserRequest) (*User, error)
	GetUser(context.Context, *GetUserRequest) (*User, error)
	LoginUser(context.Context, *LoginUserRequest) (*LoginUserResponse, error)
	AssignGithubOmniauthTokenToUser(context.Context, *User) (*User, error)
}

UsersServer is the server API for Users service.

type VersionClient

type VersionClient interface {
	GetVersion(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetVersionResponse, error)
}

VersionClient is the client API for Version service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVersionClient

func NewVersionClient(cc *grpc.ClientConn) VersionClient

type VersionServer

type VersionServer interface {
	GetVersion(context.Context, *Empty) (*GetVersionResponse, error)
}

VersionServer is the server API for Version service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL