grpc_pms_v1

package
v0.0.0-...-7077701 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Licensed under the Apache License, Version 2.0 (the "License"); you may not use p file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	DefaultPort = 30011
	ServiceName = "pms"
)

Variables

View Source
var (
	// LbsV1LocalAddress exposes the local address that is used if we run with DNS disabled
	V1LocalAddress = fmt.Sprintf(":%d", DefaultPort)
)

Functions

func RegisterProjectManagementServer

func RegisterProjectManagementServer(s *grpc.Server, srv ProjectManagementServer)

Types

type AddDeviceRequest

type AddDeviceRequest struct {
	DeviceID             string               `protobuf:"bytes,1,opt,name=deviceID,proto3" json:"deviceID,omitempty" bson:"deviceID,omitempty"`
	ProjectID            string               `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	UserID               string               `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	Device               *grpc_dmms_v1.Device `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty" bson:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Project Device message definitions

func (*AddDeviceRequest) Descriptor

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

func (*AddDeviceRequest) GetDevice

func (m *AddDeviceRequest) GetDevice() *grpc_dmms_v1.Device

func (*AddDeviceRequest) GetDeviceID

func (m *AddDeviceRequest) GetDeviceID() string

func (*AddDeviceRequest) GetProjectID

func (m *AddDeviceRequest) GetProjectID() string

func (*AddDeviceRequest) GetUserID

func (m *AddDeviceRequest) GetUserID() string

func (*AddDeviceRequest) ProtoMessage

func (*AddDeviceRequest) ProtoMessage()

func (*AddDeviceRequest) Reset

func (m *AddDeviceRequest) Reset()

func (*AddDeviceRequest) String

func (m *AddDeviceRequest) String() string

func (*AddDeviceRequest) XXX_DiscardUnknown

func (m *AddDeviceRequest) XXX_DiscardUnknown()

func (*AddDeviceRequest) XXX_Marshal

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

func (*AddDeviceRequest) XXX_Merge

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

func (*AddDeviceRequest) XXX_Size

func (m *AddDeviceRequest) XXX_Size() int

func (*AddDeviceRequest) XXX_Unmarshal

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

type AddDeviceResponse

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

func (*AddDeviceResponse) Descriptor

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

func (*AddDeviceResponse) ProtoMessage

func (*AddDeviceResponse) ProtoMessage()

func (*AddDeviceResponse) Reset

func (m *AddDeviceResponse) Reset()

func (*AddDeviceResponse) String

func (m *AddDeviceResponse) String() string

func (*AddDeviceResponse) XXX_DiscardUnknown

func (m *AddDeviceResponse) XXX_DiscardUnknown()

func (*AddDeviceResponse) XXX_Marshal

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

func (*AddDeviceResponse) XXX_Merge

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

func (*AddDeviceResponse) XXX_Size

func (m *AddDeviceResponse) XXX_Size() int

func (*AddDeviceResponse) XXX_Unmarshal

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

type AddDevicesRequest

type AddDevicesRequest struct {
	DeviceIDs            []string `protobuf:"bytes,1,rep,name=deviceIDs,proto3" json:"deviceIDs,omitempty" bson:"deviceIDs,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	UserID               string   `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDevicesRequest) Descriptor

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

func (*AddDevicesRequest) GetDeviceIDs

func (m *AddDevicesRequest) GetDeviceIDs() []string

func (*AddDevicesRequest) GetProjectID

func (m *AddDevicesRequest) GetProjectID() string

func (*AddDevicesRequest) GetUserID

func (m *AddDevicesRequest) GetUserID() string

func (*AddDevicesRequest) ProtoMessage

func (*AddDevicesRequest) ProtoMessage()

func (*AddDevicesRequest) Reset

func (m *AddDevicesRequest) Reset()

func (*AddDevicesRequest) String

func (m *AddDevicesRequest) String() string

func (*AddDevicesRequest) XXX_DiscardUnknown

func (m *AddDevicesRequest) XXX_DiscardUnknown()

func (*AddDevicesRequest) XXX_Marshal

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

func (*AddDevicesRequest) XXX_Merge

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

func (*AddDevicesRequest) XXX_Size

func (m *AddDevicesRequest) XXX_Size() int

func (*AddDevicesRequest) XXX_Unmarshal

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

type AddDevicesResponse

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

func (*AddDevicesResponse) Descriptor

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

func (*AddDevicesResponse) ProtoMessage

func (*AddDevicesResponse) ProtoMessage()

func (*AddDevicesResponse) Reset

func (m *AddDevicesResponse) Reset()

func (*AddDevicesResponse) String

func (m *AddDevicesResponse) String() string

func (*AddDevicesResponse) XXX_DiscardUnknown

func (m *AddDevicesResponse) XXX_DiscardUnknown()

func (*AddDevicesResponse) XXX_Marshal

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

func (*AddDevicesResponse) XXX_Merge

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

func (*AddDevicesResponse) XXX_Size

func (m *AddDevicesResponse) XXX_Size() int

func (*AddDevicesResponse) XXX_Unmarshal

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

type AddWorkshopRequest

type AddWorkshopRequest struct {
	UserID               string    `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string    `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	Workshop             *Workshop `protobuf:"bytes,3,opt,name=workshop,proto3" json:"workshop,omitempty" bson:"workshop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Workshop message definitions

func (*AddWorkshopRequest) Descriptor

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

func (*AddWorkshopRequest) GetProjectID

func (m *AddWorkshopRequest) GetProjectID() string

func (*AddWorkshopRequest) GetUserID

func (m *AddWorkshopRequest) GetUserID() string

func (*AddWorkshopRequest) GetWorkshop

func (m *AddWorkshopRequest) GetWorkshop() *Workshop

func (*AddWorkshopRequest) ProtoMessage

func (*AddWorkshopRequest) ProtoMessage()

func (*AddWorkshopRequest) Reset

func (m *AddWorkshopRequest) Reset()

func (*AddWorkshopRequest) String

func (m *AddWorkshopRequest) String() string

func (*AddWorkshopRequest) XXX_DiscardUnknown

func (m *AddWorkshopRequest) XXX_DiscardUnknown()

func (*AddWorkshopRequest) XXX_Marshal

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

func (*AddWorkshopRequest) XXX_Merge

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

func (*AddWorkshopRequest) XXX_Size

func (m *AddWorkshopRequest) XXX_Size() int

func (*AddWorkshopRequest) XXX_Unmarshal

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

type AddWorkshopResponse

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

func (*AddWorkshopResponse) Descriptor

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

func (*AddWorkshopResponse) ProtoMessage

func (*AddWorkshopResponse) ProtoMessage()

func (*AddWorkshopResponse) Reset

func (m *AddWorkshopResponse) Reset()

func (*AddWorkshopResponse) String

func (m *AddWorkshopResponse) String() string

func (*AddWorkshopResponse) XXX_DiscardUnknown

func (m *AddWorkshopResponse) XXX_DiscardUnknown()

func (*AddWorkshopResponse) XXX_Marshal

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

func (*AddWorkshopResponse) XXX_Merge

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

func (*AddWorkshopResponse) XXX_Size

func (m *AddWorkshopResponse) XXX_Size() int

func (*AddWorkshopResponse) XXX_Unmarshal

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

type Client

type Client interface {
	ProjectManager() ProjectManagementClient
	Close() error
}

Client is a client interface for interacting with the tuning service.

func NewClient

func NewClient() (Client, error)

NewClient create a new load-balanced client to talk to the Tuning service. If the dns_server config option is set to 'disabled', it will default to the pre-defined LocalPort of the service.

func NewWithAddress

func NewWithAddress(addr string) (Client, error)

NewWithAddress create a new load-balanced client to talk to the Tuning service. If the dns_server config option is set to 'disabled', it will default to the pre-defined LocalPort of the service.

type CreateProjectRequest

type CreateProjectRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	Project              *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty" bson:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Project message definitions

func (*CreateProjectRequest) Descriptor

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

func (*CreateProjectRequest) GetProject

func (m *CreateProjectRequest) GetProject() *Project

func (*CreateProjectRequest) GetUserID

func (m *CreateProjectRequest) GetUserID() string

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) Reset

func (m *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (m *CreateProjectRequest) String() string

func (*CreateProjectRequest) XXX_DiscardUnknown

func (m *CreateProjectRequest) XXX_DiscardUnknown()

func (*CreateProjectRequest) XXX_Marshal

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

func (*CreateProjectRequest) XXX_Merge

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

func (*CreateProjectRequest) XXX_Size

func (m *CreateProjectRequest) XXX_Size() int

func (*CreateProjectRequest) XXX_Unmarshal

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

type CreateProjectResponse

type CreateProjectResponse struct {
	Project              *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty" bson:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateProjectResponse) Descriptor

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

func (*CreateProjectResponse) GetProject

func (m *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) Reset

func (m *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (m *CreateProjectResponse) String() string

func (*CreateProjectResponse) XXX_DiscardUnknown

func (m *CreateProjectResponse) XXX_DiscardUnknown()

func (*CreateProjectResponse) XXX_Marshal

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

func (*CreateProjectResponse) XXX_Merge

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

func (*CreateProjectResponse) XXX_Size

func (m *CreateProjectResponse) XXX_Size() int

func (*CreateProjectResponse) XXX_Unmarshal

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

type CreateVariableRequest

type CreateVariableRequest struct {
	UserID               string    `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string    `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	Variable             *Variable `protobuf:"bytes,3,opt,name=variable,proto3" json:"variable,omitempty" bson:"variable,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Variable

func (*CreateVariableRequest) Descriptor

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

func (*CreateVariableRequest) GetProjectID

func (m *CreateVariableRequest) GetProjectID() string

func (*CreateVariableRequest) GetUserID

func (m *CreateVariableRequest) GetUserID() string

func (*CreateVariableRequest) GetVariable

func (m *CreateVariableRequest) GetVariable() *Variable

func (*CreateVariableRequest) ProtoMessage

func (*CreateVariableRequest) ProtoMessage()

func (*CreateVariableRequest) Reset

func (m *CreateVariableRequest) Reset()

func (*CreateVariableRequest) String

func (m *CreateVariableRequest) String() string

func (*CreateVariableRequest) XXX_DiscardUnknown

func (m *CreateVariableRequest) XXX_DiscardUnknown()

func (*CreateVariableRequest) XXX_Marshal

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

func (*CreateVariableRequest) XXX_Merge

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

func (*CreateVariableRequest) XXX_Size

func (m *CreateVariableRequest) XXX_Size() int

func (*CreateVariableRequest) XXX_Unmarshal

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

type CreateVariableResponse

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

func (*CreateVariableResponse) Descriptor

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

func (*CreateVariableResponse) ProtoMessage

func (*CreateVariableResponse) ProtoMessage()

func (*CreateVariableResponse) Reset

func (m *CreateVariableResponse) Reset()

func (*CreateVariableResponse) String

func (m *CreateVariableResponse) String() string

func (*CreateVariableResponse) XXX_DiscardUnknown

func (m *CreateVariableResponse) XXX_DiscardUnknown()

func (*CreateVariableResponse) XXX_Marshal

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

func (*CreateVariableResponse) XXX_Merge

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

func (*CreateVariableResponse) XXX_Size

func (m *CreateVariableResponse) XXX_Size() int

func (*CreateVariableResponse) XXX_Unmarshal

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

type CreateViewRequest

type CreateViewRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	View                 *View    `protobuf:"bytes,3,opt,name=view,proto3" json:"view,omitempty" bson:"view,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Project View message definitions

func (*CreateViewRequest) Descriptor

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

func (*CreateViewRequest) GetProjectID

func (m *CreateViewRequest) GetProjectID() string

func (*CreateViewRequest) GetUserID

func (m *CreateViewRequest) GetUserID() string

func (*CreateViewRequest) GetView

func (m *CreateViewRequest) GetView() *View

func (*CreateViewRequest) ProtoMessage

func (*CreateViewRequest) ProtoMessage()

func (*CreateViewRequest) Reset

func (m *CreateViewRequest) Reset()

func (*CreateViewRequest) String

func (m *CreateViewRequest) String() string

func (*CreateViewRequest) XXX_DiscardUnknown

func (m *CreateViewRequest) XXX_DiscardUnknown()

func (*CreateViewRequest) XXX_Marshal

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

func (*CreateViewRequest) XXX_Merge

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

func (*CreateViewRequest) XXX_Size

func (m *CreateViewRequest) XXX_Size() int

func (*CreateViewRequest) XXX_Unmarshal

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

type CreateViewResponse

type CreateViewResponse struct {
	View                 *View    `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty" bson:"view,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateViewResponse) Descriptor

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

func (*CreateViewResponse) GetView

func (m *CreateViewResponse) GetView() *View

func (*CreateViewResponse) ProtoMessage

func (*CreateViewResponse) ProtoMessage()

func (*CreateViewResponse) Reset

func (m *CreateViewResponse) Reset()

func (*CreateViewResponse) String

func (m *CreateViewResponse) String() string

func (*CreateViewResponse) XXX_DiscardUnknown

func (m *CreateViewResponse) XXX_DiscardUnknown()

func (*CreateViewResponse) XXX_Marshal

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

func (*CreateViewResponse) XXX_Merge

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

func (*CreateViewResponse) XXX_Size

func (m *CreateViewResponse) XXX_Size() int

func (*CreateViewResponse) XXX_Unmarshal

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

type DeleteDeviceRequest

type DeleteDeviceRequest struct {
	DeviceID             string   `protobuf:"bytes,1,opt,name=deviceID,proto3" json:"deviceID,omitempty" bson:"deviceID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	UserID               string   `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceRequest) Descriptor

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

func (*DeleteDeviceRequest) GetDeviceID

func (m *DeleteDeviceRequest) GetDeviceID() string

func (*DeleteDeviceRequest) GetProjectID

func (m *DeleteDeviceRequest) GetProjectID() string

func (*DeleteDeviceRequest) GetUserID

func (m *DeleteDeviceRequest) GetUserID() string

func (*DeleteDeviceRequest) ProtoMessage

func (*DeleteDeviceRequest) ProtoMessage()

func (*DeleteDeviceRequest) Reset

func (m *DeleteDeviceRequest) Reset()

func (*DeleteDeviceRequest) String

func (m *DeleteDeviceRequest) String() string

func (*DeleteDeviceRequest) XXX_DiscardUnknown

func (m *DeleteDeviceRequest) XXX_DiscardUnknown()

func (*DeleteDeviceRequest) XXX_Marshal

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

func (*DeleteDeviceRequest) XXX_Merge

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

func (*DeleteDeviceRequest) XXX_Size

func (m *DeleteDeviceRequest) XXX_Size() int

func (*DeleteDeviceRequest) XXX_Unmarshal

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

type DeleteDeviceResponse

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

func (*DeleteDeviceResponse) Descriptor

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

func (*DeleteDeviceResponse) ProtoMessage

func (*DeleteDeviceResponse) ProtoMessage()

func (*DeleteDeviceResponse) Reset

func (m *DeleteDeviceResponse) Reset()

func (*DeleteDeviceResponse) String

func (m *DeleteDeviceResponse) String() string

func (*DeleteDeviceResponse) XXX_DiscardUnknown

func (m *DeleteDeviceResponse) XXX_DiscardUnknown()

func (*DeleteDeviceResponse) XXX_Marshal

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

func (*DeleteDeviceResponse) XXX_Merge

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

func (*DeleteDeviceResponse) XXX_Size

func (m *DeleteDeviceResponse) XXX_Size() int

func (*DeleteDeviceResponse) XXX_Unmarshal

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

type DeleteDevicesRequest

type DeleteDevicesRequest struct {
	DeviceIDs            []string `protobuf:"bytes,1,rep,name=deviceIDs,proto3" json:"deviceIDs,omitempty" bson:"deviceIDs,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	UserID               string   `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDevicesRequest) Descriptor

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

func (*DeleteDevicesRequest) GetDeviceIDs

func (m *DeleteDevicesRequest) GetDeviceIDs() []string

func (*DeleteDevicesRequest) GetProjectID

func (m *DeleteDevicesRequest) GetProjectID() string

func (*DeleteDevicesRequest) GetUserID

func (m *DeleteDevicesRequest) GetUserID() string

func (*DeleteDevicesRequest) ProtoMessage

func (*DeleteDevicesRequest) ProtoMessage()

func (*DeleteDevicesRequest) Reset

func (m *DeleteDevicesRequest) Reset()

func (*DeleteDevicesRequest) String

func (m *DeleteDevicesRequest) String() string

func (*DeleteDevicesRequest) XXX_DiscardUnknown

func (m *DeleteDevicesRequest) XXX_DiscardUnknown()

func (*DeleteDevicesRequest) XXX_Marshal

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

func (*DeleteDevicesRequest) XXX_Merge

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

func (*DeleteDevicesRequest) XXX_Size

func (m *DeleteDevicesRequest) XXX_Size() int

func (*DeleteDevicesRequest) XXX_Unmarshal

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

type DeleteDevicesResponse

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

func (*DeleteDevicesResponse) Descriptor

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

func (*DeleteDevicesResponse) ProtoMessage

func (*DeleteDevicesResponse) ProtoMessage()

func (*DeleteDevicesResponse) Reset

func (m *DeleteDevicesResponse) Reset()

func (*DeleteDevicesResponse) String

func (m *DeleteDevicesResponse) String() string

func (*DeleteDevicesResponse) XXX_DiscardUnknown

func (m *DeleteDevicesResponse) XXX_DiscardUnknown()

func (*DeleteDevicesResponse) XXX_Marshal

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

func (*DeleteDevicesResponse) XXX_Merge

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

func (*DeleteDevicesResponse) XXX_Size

func (m *DeleteDevicesResponse) XXX_Size() int

func (*DeleteDevicesResponse) XXX_Unmarshal

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

type DeleteProjectRequest

type DeleteProjectRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteProjectRequest) Descriptor

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

func (*DeleteProjectRequest) GetProjectID

func (m *DeleteProjectRequest) GetProjectID() string

func (*DeleteProjectRequest) GetUserID

func (m *DeleteProjectRequest) GetUserID() string

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) Reset

func (m *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (m *DeleteProjectRequest) String() string

func (*DeleteProjectRequest) XXX_DiscardUnknown

func (m *DeleteProjectRequest) XXX_DiscardUnknown()

func (*DeleteProjectRequest) XXX_Marshal

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

func (*DeleteProjectRequest) XXX_Merge

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

func (*DeleteProjectRequest) XXX_Size

func (m *DeleteProjectRequest) XXX_Size() int

func (*DeleteProjectRequest) XXX_Unmarshal

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

type DeleteProjectResponse

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

func (*DeleteProjectResponse) Descriptor

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

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) Reset

func (m *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (m *DeleteProjectResponse) String() string

func (*DeleteProjectResponse) XXX_DiscardUnknown

func (m *DeleteProjectResponse) XXX_DiscardUnknown()

func (*DeleteProjectResponse) XXX_Marshal

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

func (*DeleteProjectResponse) XXX_Merge

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

func (*DeleteProjectResponse) XXX_Size

func (m *DeleteProjectResponse) XXX_Size() int

func (*DeleteProjectResponse) XXX_Unmarshal

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

type DeleteVariableRequest

type DeleteVariableRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	VariableID           string   `protobuf:"bytes,4,opt,name=variableID,proto3" json:"variableID,omitempty" bson:"variableID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariableRequest) Descriptor

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

func (*DeleteVariableRequest) GetProjectID

func (m *DeleteVariableRequest) GetProjectID() string

func (*DeleteVariableRequest) GetUserID

func (m *DeleteVariableRequest) GetUserID() string

func (*DeleteVariableRequest) GetVariableID

func (m *DeleteVariableRequest) GetVariableID() string

func (*DeleteVariableRequest) GetWorkshopID

func (m *DeleteVariableRequest) GetWorkshopID() string

func (*DeleteVariableRequest) ProtoMessage

func (*DeleteVariableRequest) ProtoMessage()

func (*DeleteVariableRequest) Reset

func (m *DeleteVariableRequest) Reset()

func (*DeleteVariableRequest) String

func (m *DeleteVariableRequest) String() string

func (*DeleteVariableRequest) XXX_DiscardUnknown

func (m *DeleteVariableRequest) XXX_DiscardUnknown()

func (*DeleteVariableRequest) XXX_Marshal

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

func (*DeleteVariableRequest) XXX_Merge

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

func (*DeleteVariableRequest) XXX_Size

func (m *DeleteVariableRequest) XXX_Size() int

func (*DeleteVariableRequest) XXX_Unmarshal

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

type DeleteVariableResponse

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

func (*DeleteVariableResponse) Descriptor

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

func (*DeleteVariableResponse) ProtoMessage

func (*DeleteVariableResponse) ProtoMessage()

func (*DeleteVariableResponse) Reset

func (m *DeleteVariableResponse) Reset()

func (*DeleteVariableResponse) String

func (m *DeleteVariableResponse) String() string

func (*DeleteVariableResponse) XXX_DiscardUnknown

func (m *DeleteVariableResponse) XXX_DiscardUnknown()

func (*DeleteVariableResponse) XXX_Marshal

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

func (*DeleteVariableResponse) XXX_Merge

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

func (*DeleteVariableResponse) XXX_Size

func (m *DeleteVariableResponse) XXX_Size() int

func (*DeleteVariableResponse) XXX_Unmarshal

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

type DeleteVariablesRequest

type DeleteVariablesRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	VariableIDs          []string `protobuf:"bytes,4,rep,name=variableIDs,proto3" json:"variableIDs,omitempty" bson:"variableIDs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariablesRequest) Descriptor

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

func (*DeleteVariablesRequest) GetProjectID

func (m *DeleteVariablesRequest) GetProjectID() string

func (*DeleteVariablesRequest) GetUserID

func (m *DeleteVariablesRequest) GetUserID() string

func (*DeleteVariablesRequest) GetVariableIDs

func (m *DeleteVariablesRequest) GetVariableIDs() []string

func (*DeleteVariablesRequest) GetWorkshopID

func (m *DeleteVariablesRequest) GetWorkshopID() string

func (*DeleteVariablesRequest) ProtoMessage

func (*DeleteVariablesRequest) ProtoMessage()

func (*DeleteVariablesRequest) Reset

func (m *DeleteVariablesRequest) Reset()

func (*DeleteVariablesRequest) String

func (m *DeleteVariablesRequest) String() string

func (*DeleteVariablesRequest) XXX_DiscardUnknown

func (m *DeleteVariablesRequest) XXX_DiscardUnknown()

func (*DeleteVariablesRequest) XXX_Marshal

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

func (*DeleteVariablesRequest) XXX_Merge

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

func (*DeleteVariablesRequest) XXX_Size

func (m *DeleteVariablesRequest) XXX_Size() int

func (*DeleteVariablesRequest) XXX_Unmarshal

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

type DeleteVariablesResponse

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

func (*DeleteVariablesResponse) Descriptor

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

func (*DeleteVariablesResponse) ProtoMessage

func (*DeleteVariablesResponse) ProtoMessage()

func (*DeleteVariablesResponse) Reset

func (m *DeleteVariablesResponse) Reset()

func (*DeleteVariablesResponse) String

func (m *DeleteVariablesResponse) String() string

func (*DeleteVariablesResponse) XXX_DiscardUnknown

func (m *DeleteVariablesResponse) XXX_DiscardUnknown()

func (*DeleteVariablesResponse) XXX_Marshal

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

func (*DeleteVariablesResponse) XXX_Merge

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

func (*DeleteVariablesResponse) XXX_Size

func (m *DeleteVariablesResponse) XXX_Size() int

func (*DeleteVariablesResponse) XXX_Unmarshal

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

type DeleteViewRequest

type DeleteViewRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	ViewID               string   `protobuf:"bytes,4,opt,name=viewID,proto3" json:"viewID,omitempty" bson:"viewID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteViewRequest) Descriptor

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

func (*DeleteViewRequest) GetProjectID

func (m *DeleteViewRequest) GetProjectID() string

func (*DeleteViewRequest) GetUserID

func (m *DeleteViewRequest) GetUserID() string

func (*DeleteViewRequest) GetViewID

func (m *DeleteViewRequest) GetViewID() string

func (*DeleteViewRequest) GetWorkshopID

func (m *DeleteViewRequest) GetWorkshopID() string

func (*DeleteViewRequest) ProtoMessage

func (*DeleteViewRequest) ProtoMessage()

func (*DeleteViewRequest) Reset

func (m *DeleteViewRequest) Reset()

func (*DeleteViewRequest) String

func (m *DeleteViewRequest) String() string

func (*DeleteViewRequest) XXX_DiscardUnknown

func (m *DeleteViewRequest) XXX_DiscardUnknown()

func (*DeleteViewRequest) XXX_Marshal

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

func (*DeleteViewRequest) XXX_Merge

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

func (*DeleteViewRequest) XXX_Size

func (m *DeleteViewRequest) XXX_Size() int

func (*DeleteViewRequest) XXX_Unmarshal

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

type DeleteViewResponse

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

func (*DeleteViewResponse) Descriptor

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

func (*DeleteViewResponse) ProtoMessage

func (*DeleteViewResponse) ProtoMessage()

func (*DeleteViewResponse) Reset

func (m *DeleteViewResponse) Reset()

func (*DeleteViewResponse) String

func (m *DeleteViewResponse) String() string

func (*DeleteViewResponse) XXX_DiscardUnknown

func (m *DeleteViewResponse) XXX_DiscardUnknown()

func (*DeleteViewResponse) XXX_Marshal

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

func (*DeleteViewResponse) XXX_Merge

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

func (*DeleteViewResponse) XXX_Size

func (m *DeleteViewResponse) XXX_Size() int

func (*DeleteViewResponse) XXX_Unmarshal

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

type DeleteWorkshopRequest

type DeleteWorkshopRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteWorkshopRequest) Descriptor

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

func (*DeleteWorkshopRequest) GetProjectID

func (m *DeleteWorkshopRequest) GetProjectID() string

func (*DeleteWorkshopRequest) GetUserID

func (m *DeleteWorkshopRequest) GetUserID() string

func (*DeleteWorkshopRequest) GetWorkshopID

func (m *DeleteWorkshopRequest) GetWorkshopID() string

func (*DeleteWorkshopRequest) ProtoMessage

func (*DeleteWorkshopRequest) ProtoMessage()

func (*DeleteWorkshopRequest) Reset

func (m *DeleteWorkshopRequest) Reset()

func (*DeleteWorkshopRequest) String

func (m *DeleteWorkshopRequest) String() string

func (*DeleteWorkshopRequest) XXX_DiscardUnknown

func (m *DeleteWorkshopRequest) XXX_DiscardUnknown()

func (*DeleteWorkshopRequest) XXX_Marshal

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

func (*DeleteWorkshopRequest) XXX_Merge

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

func (*DeleteWorkshopRequest) XXX_Size

func (m *DeleteWorkshopRequest) XXX_Size() int

func (*DeleteWorkshopRequest) XXX_Unmarshal

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

type DeleteWorkshopResponse

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

func (*DeleteWorkshopResponse) Descriptor

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

func (*DeleteWorkshopResponse) ProtoMessage

func (*DeleteWorkshopResponse) ProtoMessage()

func (*DeleteWorkshopResponse) Reset

func (m *DeleteWorkshopResponse) Reset()

func (*DeleteWorkshopResponse) String

func (m *DeleteWorkshopResponse) String() string

func (*DeleteWorkshopResponse) XXX_DiscardUnknown

func (m *DeleteWorkshopResponse) XXX_DiscardUnknown()

func (*DeleteWorkshopResponse) XXX_Marshal

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

func (*DeleteWorkshopResponse) XXX_Merge

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

func (*DeleteWorkshopResponse) XXX_Size

func (m *DeleteWorkshopResponse) XXX_Size() int

func (*DeleteWorkshopResponse) XXX_Unmarshal

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

type GetDevicesRequest

type GetDevicesRequest struct {
	ProjectID            string   `protobuf:"bytes,1,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	UserID               string   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDevicesRequest) Descriptor

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

func (*GetDevicesRequest) GetProjectID

func (m *GetDevicesRequest) GetProjectID() string

func (*GetDevicesRequest) GetUserID

func (m *GetDevicesRequest) GetUserID() string

func (*GetDevicesRequest) ProtoMessage

func (*GetDevicesRequest) ProtoMessage()

func (*GetDevicesRequest) Reset

func (m *GetDevicesRequest) Reset()

func (*GetDevicesRequest) String

func (m *GetDevicesRequest) String() string

func (*GetDevicesRequest) XXX_DiscardUnknown

func (m *GetDevicesRequest) XXX_DiscardUnknown()

func (*GetDevicesRequest) XXX_Marshal

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

func (*GetDevicesRequest) XXX_Merge

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

func (*GetDevicesRequest) XXX_Size

func (m *GetDevicesRequest) XXX_Size() int

func (*GetDevicesRequest) XXX_Unmarshal

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

type GetDevicesResponse

type GetDevicesResponse struct {
	DeviceIDs            []string `protobuf:"bytes,1,rep,name=deviceIDs,proto3" json:"deviceIDs,omitempty" bson:"deviceIDs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDevicesResponse) Descriptor

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

func (*GetDevicesResponse) GetDeviceIDs

func (m *GetDevicesResponse) GetDeviceIDs() []string

func (*GetDevicesResponse) ProtoMessage

func (*GetDevicesResponse) ProtoMessage()

func (*GetDevicesResponse) Reset

func (m *GetDevicesResponse) Reset()

func (*GetDevicesResponse) String

func (m *GetDevicesResponse) String() string

func (*GetDevicesResponse) XXX_DiscardUnknown

func (m *GetDevicesResponse) XXX_DiscardUnknown()

func (*GetDevicesResponse) XXX_Marshal

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

func (*GetDevicesResponse) XXX_Merge

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

func (*GetDevicesResponse) XXX_Size

func (m *GetDevicesResponse) XXX_Size() int

func (*GetDevicesResponse) XXX_Unmarshal

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

type GetProjectRequest

type GetProjectRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectRequest) Descriptor

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

func (*GetProjectRequest) GetProjectID

func (m *GetProjectRequest) GetProjectID() string

func (*GetProjectRequest) GetUserID

func (m *GetProjectRequest) GetUserID() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) Reset

func (m *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (m *GetProjectRequest) String() string

func (*GetProjectRequest) XXX_DiscardUnknown

func (m *GetProjectRequest) XXX_DiscardUnknown()

func (*GetProjectRequest) XXX_Marshal

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

func (*GetProjectRequest) XXX_Merge

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

func (*GetProjectRequest) XXX_Size

func (m *GetProjectRequest) XXX_Size() int

func (*GetProjectRequest) XXX_Unmarshal

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

type GetProjectResponse

type GetProjectResponse struct {
	Project              *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty" bson:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectResponse) Descriptor

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

func (*GetProjectResponse) GetProject

func (m *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) Reset

func (m *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (m *GetProjectResponse) String() string

func (*GetProjectResponse) XXX_DiscardUnknown

func (m *GetProjectResponse) XXX_DiscardUnknown()

func (*GetProjectResponse) XXX_Marshal

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

func (*GetProjectResponse) XXX_Merge

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

func (*GetProjectResponse) XXX_Size

func (m *GetProjectResponse) XXX_Size() int

func (*GetProjectResponse) XXX_Unmarshal

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

type GetProjectsRequest

type GetProjectsRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectsRequest) Descriptor

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

func (*GetProjectsRequest) GetUserID

func (m *GetProjectsRequest) GetUserID() string

func (*GetProjectsRequest) ProtoMessage

func (*GetProjectsRequest) ProtoMessage()

func (*GetProjectsRequest) Reset

func (m *GetProjectsRequest) Reset()

func (*GetProjectsRequest) String

func (m *GetProjectsRequest) String() string

func (*GetProjectsRequest) XXX_DiscardUnknown

func (m *GetProjectsRequest) XXX_DiscardUnknown()

func (*GetProjectsRequest) XXX_Marshal

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

func (*GetProjectsRequest) XXX_Merge

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

func (*GetProjectsRequest) XXX_Size

func (m *GetProjectsRequest) XXX_Size() int

func (*GetProjectsRequest) XXX_Unmarshal

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

type GetProjectsResponse

type GetProjectsResponse struct {
	Projects             []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty" bson:"projects,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetProjectsResponse) Descriptor

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

func (*GetProjectsResponse) GetProjects

func (m *GetProjectsResponse) GetProjects() []*Project

func (*GetProjectsResponse) ProtoMessage

func (*GetProjectsResponse) ProtoMessage()

func (*GetProjectsResponse) Reset

func (m *GetProjectsResponse) Reset()

func (*GetProjectsResponse) String

func (m *GetProjectsResponse) String() string

func (*GetProjectsResponse) XXX_DiscardUnknown

func (m *GetProjectsResponse) XXX_DiscardUnknown()

func (*GetProjectsResponse) XXX_Marshal

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

func (*GetProjectsResponse) XXX_Merge

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

func (*GetProjectsResponse) XXX_Size

func (m *GetProjectsResponse) XXX_Size() int

func (*GetProjectsResponse) XXX_Unmarshal

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

type GetVariableRequest

type GetVariableRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	VariableID           string   `protobuf:"bytes,4,opt,name=variableID,proto3" json:"variableID,omitempty" bson:"variableID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariableRequest) Descriptor

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

func (*GetVariableRequest) GetProjectID

func (m *GetVariableRequest) GetProjectID() string

func (*GetVariableRequest) GetUserID

func (m *GetVariableRequest) GetUserID() string

func (*GetVariableRequest) GetVariableID

func (m *GetVariableRequest) GetVariableID() string

func (*GetVariableRequest) GetWorkshopID

func (m *GetVariableRequest) GetWorkshopID() string

func (*GetVariableRequest) ProtoMessage

func (*GetVariableRequest) ProtoMessage()

func (*GetVariableRequest) Reset

func (m *GetVariableRequest) Reset()

func (*GetVariableRequest) String

func (m *GetVariableRequest) String() string

func (*GetVariableRequest) XXX_DiscardUnknown

func (m *GetVariableRequest) XXX_DiscardUnknown()

func (*GetVariableRequest) XXX_Marshal

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

func (*GetVariableRequest) XXX_Merge

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

func (*GetVariableRequest) XXX_Size

func (m *GetVariableRequest) XXX_Size() int

func (*GetVariableRequest) XXX_Unmarshal

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

type GetVariableResponse

type GetVariableResponse struct {
	Variable             *Variable `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty" bson:"variable,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetVariableResponse) Descriptor

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

func (*GetVariableResponse) GetVariable

func (m *GetVariableResponse) GetVariable() *Variable

func (*GetVariableResponse) ProtoMessage

func (*GetVariableResponse) ProtoMessage()

func (*GetVariableResponse) Reset

func (m *GetVariableResponse) Reset()

func (*GetVariableResponse) String

func (m *GetVariableResponse) String() string

func (*GetVariableResponse) XXX_DiscardUnknown

func (m *GetVariableResponse) XXX_DiscardUnknown()

func (*GetVariableResponse) XXX_Marshal

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

func (*GetVariableResponse) XXX_Merge

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

func (*GetVariableResponse) XXX_Size

func (m *GetVariableResponse) XXX_Size() int

func (*GetVariableResponse) XXX_Unmarshal

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

type GetVariablesRequest

type GetVariablesRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariablesRequest) Descriptor

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

func (*GetVariablesRequest) GetProjectID

func (m *GetVariablesRequest) GetProjectID() string

func (*GetVariablesRequest) GetUserID

func (m *GetVariablesRequest) GetUserID() string

func (*GetVariablesRequest) GetWorkshopID

func (m *GetVariablesRequest) GetWorkshopID() string

func (*GetVariablesRequest) ProtoMessage

func (*GetVariablesRequest) ProtoMessage()

func (*GetVariablesRequest) Reset

func (m *GetVariablesRequest) Reset()

func (*GetVariablesRequest) String

func (m *GetVariablesRequest) String() string

func (*GetVariablesRequest) XXX_DiscardUnknown

func (m *GetVariablesRequest) XXX_DiscardUnknown()

func (*GetVariablesRequest) XXX_Marshal

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

func (*GetVariablesRequest) XXX_Merge

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

func (*GetVariablesRequest) XXX_Size

func (m *GetVariablesRequest) XXX_Size() int

func (*GetVariablesRequest) XXX_Unmarshal

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

type GetVariablesResponse

type GetVariablesResponse struct {
	Variables            []*Variable `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty" bson:"variables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetVariablesResponse) Descriptor

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

func (*GetVariablesResponse) GetVariables

func (m *GetVariablesResponse) GetVariables() []*Variable

func (*GetVariablesResponse) ProtoMessage

func (*GetVariablesResponse) ProtoMessage()

func (*GetVariablesResponse) Reset

func (m *GetVariablesResponse) Reset()

func (*GetVariablesResponse) String

func (m *GetVariablesResponse) String() string

func (*GetVariablesResponse) XXX_DiscardUnknown

func (m *GetVariablesResponse) XXX_DiscardUnknown()

func (*GetVariablesResponse) XXX_Marshal

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

func (*GetVariablesResponse) XXX_Merge

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

func (*GetVariablesResponse) XXX_Size

func (m *GetVariablesResponse) XXX_Size() int

func (*GetVariablesResponse) XXX_Unmarshal

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

type GetViewRequest

type GetViewRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	ViewID               string   `protobuf:"bytes,4,opt,name=viewID,proto3" json:"viewID,omitempty" bson:"viewID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewRequest) Descriptor

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

func (*GetViewRequest) GetProjectID

func (m *GetViewRequest) GetProjectID() string

func (*GetViewRequest) GetUserID

func (m *GetViewRequest) GetUserID() string

func (*GetViewRequest) GetViewID

func (m *GetViewRequest) GetViewID() string

func (*GetViewRequest) GetWorkshopID

func (m *GetViewRequest) GetWorkshopID() string

func (*GetViewRequest) ProtoMessage

func (*GetViewRequest) ProtoMessage()

func (*GetViewRequest) Reset

func (m *GetViewRequest) Reset()

func (*GetViewRequest) String

func (m *GetViewRequest) String() string

func (*GetViewRequest) XXX_DiscardUnknown

func (m *GetViewRequest) XXX_DiscardUnknown()

func (*GetViewRequest) XXX_Marshal

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

func (*GetViewRequest) XXX_Merge

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

func (*GetViewRequest) XXX_Size

func (m *GetViewRequest) XXX_Size() int

func (*GetViewRequest) XXX_Unmarshal

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

type GetViewResponse

type GetViewResponse struct {
	View                 *View    `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty" bson:"view,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewResponse) Descriptor

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

func (*GetViewResponse) GetView

func (m *GetViewResponse) GetView() *View

func (*GetViewResponse) ProtoMessage

func (*GetViewResponse) ProtoMessage()

func (*GetViewResponse) Reset

func (m *GetViewResponse) Reset()

func (*GetViewResponse) String

func (m *GetViewResponse) String() string

func (*GetViewResponse) XXX_DiscardUnknown

func (m *GetViewResponse) XXX_DiscardUnknown()

func (*GetViewResponse) XXX_Marshal

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

func (*GetViewResponse) XXX_Merge

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

func (*GetViewResponse) XXX_Size

func (m *GetViewResponse) XXX_Size() int

func (*GetViewResponse) XXX_Unmarshal

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

type GetViewsRequest

type GetViewsRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewsRequest) Descriptor

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

func (*GetViewsRequest) GetProjectID

func (m *GetViewsRequest) GetProjectID() string

func (*GetViewsRequest) GetUserID

func (m *GetViewsRequest) GetUserID() string

func (*GetViewsRequest) GetWorkshopID

func (m *GetViewsRequest) GetWorkshopID() string

func (*GetViewsRequest) ProtoMessage

func (*GetViewsRequest) ProtoMessage()

func (*GetViewsRequest) Reset

func (m *GetViewsRequest) Reset()

func (*GetViewsRequest) String

func (m *GetViewsRequest) String() string

func (*GetViewsRequest) XXX_DiscardUnknown

func (m *GetViewsRequest) XXX_DiscardUnknown()

func (*GetViewsRequest) XXX_Marshal

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

func (*GetViewsRequest) XXX_Merge

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

func (*GetViewsRequest) XXX_Size

func (m *GetViewsRequest) XXX_Size() int

func (*GetViewsRequest) XXX_Unmarshal

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

type GetViewsResponse

type GetViewsResponse struct {
	Views                []*View  `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty" bson:"views,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewsResponse) Descriptor

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

func (*GetViewsResponse) GetViews

func (m *GetViewsResponse) GetViews() []*View

func (*GetViewsResponse) ProtoMessage

func (*GetViewsResponse) ProtoMessage()

func (*GetViewsResponse) Reset

func (m *GetViewsResponse) Reset()

func (*GetViewsResponse) String

func (m *GetViewsResponse) String() string

func (*GetViewsResponse) XXX_DiscardUnknown

func (m *GetViewsResponse) XXX_DiscardUnknown()

func (*GetViewsResponse) XXX_Marshal

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

func (*GetViewsResponse) XXX_Merge

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

func (*GetViewsResponse) XXX_Size

func (m *GetViewsResponse) XXX_Size() int

func (*GetViewsResponse) XXX_Unmarshal

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

type GetWorkshopRequest

type GetWorkshopRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWorkshopRequest) Descriptor

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

func (*GetWorkshopRequest) GetProjectID

func (m *GetWorkshopRequest) GetProjectID() string

func (*GetWorkshopRequest) GetUserID

func (m *GetWorkshopRequest) GetUserID() string

func (*GetWorkshopRequest) GetWorkshopID

func (m *GetWorkshopRequest) GetWorkshopID() string

func (*GetWorkshopRequest) ProtoMessage

func (*GetWorkshopRequest) ProtoMessage()

func (*GetWorkshopRequest) Reset

func (m *GetWorkshopRequest) Reset()

func (*GetWorkshopRequest) String

func (m *GetWorkshopRequest) String() string

func (*GetWorkshopRequest) XXX_DiscardUnknown

func (m *GetWorkshopRequest) XXX_DiscardUnknown()

func (*GetWorkshopRequest) XXX_Marshal

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

func (*GetWorkshopRequest) XXX_Merge

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

func (*GetWorkshopRequest) XXX_Size

func (m *GetWorkshopRequest) XXX_Size() int

func (*GetWorkshopRequest) XXX_Unmarshal

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

type GetWorkshopResponse

type GetWorkshopResponse struct {
	Workshop             *Workshop `protobuf:"bytes,1,opt,name=workshop,proto3" json:"workshop,omitempty" bson:"workshop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetWorkshopResponse) Descriptor

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

func (*GetWorkshopResponse) GetWorkshop

func (m *GetWorkshopResponse) GetWorkshop() *Workshop

func (*GetWorkshopResponse) ProtoMessage

func (*GetWorkshopResponse) ProtoMessage()

func (*GetWorkshopResponse) Reset

func (m *GetWorkshopResponse) Reset()

func (*GetWorkshopResponse) String

func (m *GetWorkshopResponse) String() string

func (*GetWorkshopResponse) XXX_DiscardUnknown

func (m *GetWorkshopResponse) XXX_DiscardUnknown()

func (*GetWorkshopResponse) XXX_Marshal

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

func (*GetWorkshopResponse) XXX_Merge

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

func (*GetWorkshopResponse) XXX_Size

func (m *GetWorkshopResponse) XXX_Size() int

func (*GetWorkshopResponse) XXX_Unmarshal

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

type GetWorkshopsRequest

type GetWorkshopsRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWorkshopsRequest) Descriptor

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

func (*GetWorkshopsRequest) GetProjectID

func (m *GetWorkshopsRequest) GetProjectID() string

func (*GetWorkshopsRequest) GetUserID

func (m *GetWorkshopsRequest) GetUserID() string

func (*GetWorkshopsRequest) ProtoMessage

func (*GetWorkshopsRequest) ProtoMessage()

func (*GetWorkshopsRequest) Reset

func (m *GetWorkshopsRequest) Reset()

func (*GetWorkshopsRequest) String

func (m *GetWorkshopsRequest) String() string

func (*GetWorkshopsRequest) XXX_DiscardUnknown

func (m *GetWorkshopsRequest) XXX_DiscardUnknown()

func (*GetWorkshopsRequest) XXX_Marshal

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

func (*GetWorkshopsRequest) XXX_Merge

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

func (*GetWorkshopsRequest) XXX_Size

func (m *GetWorkshopsRequest) XXX_Size() int

func (*GetWorkshopsRequest) XXX_Unmarshal

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

type GetWorkshopsResponse

type GetWorkshopsResponse struct {
	Workshops            []*Workshop `protobuf:"bytes,1,rep,name=workshops,proto3" json:"workshops,omitempty" bson:"workshops,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetWorkshopsResponse) Descriptor

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

func (*GetWorkshopsResponse) GetWorkshops

func (m *GetWorkshopsResponse) GetWorkshops() []*Workshop

func (*GetWorkshopsResponse) ProtoMessage

func (*GetWorkshopsResponse) ProtoMessage()

func (*GetWorkshopsResponse) Reset

func (m *GetWorkshopsResponse) Reset()

func (*GetWorkshopsResponse) String

func (m *GetWorkshopsResponse) String() string

func (*GetWorkshopsResponse) XXX_DiscardUnknown

func (m *GetWorkshopsResponse) XXX_DiscardUnknown()

func (*GetWorkshopsResponse) XXX_Marshal

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

func (*GetWorkshopsResponse) XXX_Merge

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

func (*GetWorkshopsResponse) XXX_Size

func (m *GetWorkshopsResponse) XXX_Size() int

func (*GetWorkshopsResponse) XXX_Unmarshal

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

type Project

type Project struct {
	ID                   string               `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty" bson:"ID,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	UserID               string               `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	Description          string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" bson:"description,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	Status               string               `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Readers              []*Reader            `protobuf:"bytes,8,rep,name=readers,proto3" json:"readers,omitempty" bson:"readers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Project is created by uer and can manage meny workshops Project is basic management unit that can inport device and device model

func (*Project) Descriptor

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

func (*Project) GetCreatedAt

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

func (*Project) GetDescription

func (m *Project) GetDescription() string

func (*Project) GetID

func (m *Project) GetID() string

func (*Project) GetLastUpdatedAt

func (m *Project) GetLastUpdatedAt() *timestamp.Timestamp

func (*Project) GetName

func (m *Project) GetName() string

func (*Project) GetReaders

func (m *Project) GetReaders() []*Reader

func (*Project) GetStatus

func (m *Project) GetStatus() string

func (*Project) GetUserID

func (m *Project) GetUserID() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) Reset

func (m *Project) Reset()

func (*Project) String

func (m *Project) String() string

func (*Project) XXX_DiscardUnknown

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal

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

func (*Project) XXX_Merge

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

func (*Project) XXX_Size

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal

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

type ProjectManagementClient

type ProjectManagementClient interface {
	// CreateProject create a new project
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	// GetProject return a project's detail information
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	// GetProjects return user's project list
	GetProjects(ctx context.Context, in *GetProjectsRequest, opts ...grpc.CallOption) (*GetProjectsResponse, error)
	// DeleteProject delete a specifed project
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	// UpdateProject update a specifed project
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	//
	// Project device
	// User can add devices to a specified project, these devices are instances of some device model
	// After adding devices, the widget in views can bind data or variables to specified device
	//
	// AddDevice add a device into the project
	AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceResponse, error)
	// AddDevices add a batch of devices into the project
	AddDevices(ctx context.Context, in *AddDevicesRequest, opts ...grpc.CallOption) (*AddDevicesResponse, error)
	// DeleteDevice remove a device from project
	DeleteDevice(ctx context.Context, in *DeleteDeviceRequest, opts ...grpc.CallOption) (*DeleteDeviceResponse, error)
	// DeleteDevices remove a batch of devices from project
	DeleteDevices(ctx context.Context, in *DeleteDevicesRequest, opts ...grpc.CallOption) (*DeleteDevicesResponse, error)
	// GetDevices return a project's all devices ids
	GetDevices(ctx context.Context, in *GetDevicesRequest, opts ...grpc.CallOption) (*GetDevicesResponse, error)
	// Workshop
	// AddWorkshop add a workshop into the project
	AddWorkshop(ctx context.Context, in *AddWorkshopRequest, opts ...grpc.CallOption) (*AddWorkshopResponse, error)
	// DeleteWorkshop remove a workshop from project
	DeleteWorkshop(ctx context.Context, in *DeleteWorkshopRequest, opts ...grpc.CallOption) (*DeleteWorkshopResponse, error)
	// GetWorkshops return a project's all workshops
	GetWorkshops(ctx context.Context, in *GetWorkshopsRequest, opts ...grpc.CallOption) (*GetWorkshopsResponse, error)
	// GetWorkshop return specified workshop
	GetWorkshop(ctx context.Context, in *GetWorkshopRequest, opts ...grpc.CallOption) (*GetWorkshopResponse, error)
	// UpdateWorkshop update specified workshop
	UpdateWorkshop(ctx context.Context, in *UpdateWorkshopRequest, opts ...grpc.CallOption) (*UpdateWorkshopResponse, error)
	// Project View
	// CreateView create a new project's view
	CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error)
	// DeleteView delete a project's view
	DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error)
	// GetViews return a project's all views
	GetViews(ctx context.Context, in *GetViewsRequest, opts ...grpc.CallOption) (*GetViewsResponse, error)
	// GetView return a view's detail informaiton
	GetView(ctx context.Context, in *GetViewRequest, opts ...grpc.CallOption) (*GetViewResponse, error)
	// UpdateView update a specified view
	UpdateView(ctx context.Context, in *UpdateViewRequest, opts ...grpc.CallOption) (*UpdateViewResponse, error)
	// Variables
	// CreateVariable create a new variable in view or project
	CreateVariable(ctx context.Context, in *CreateVariableRequest, opts ...grpc.CallOption) (*CreateVariableResponse, error)
	// GetVariable return a variable's detail information
	GetVariable(ctx context.Context, in *GetVariableRequest, opts ...grpc.CallOption) (*GetVariableResponse, error)
	// GetVariables return all variables in a view or project
	GetVariables(ctx context.Context, in *GetVariablesRequest, opts ...grpc.CallOption) (*GetVariablesResponse, error)
	// DeleteVariable delete a variable in view or project
	DeleteVariable(ctx context.Context, in *DeleteVariableRequest, opts ...grpc.CallOption) (*DeleteVariableResponse, error)
	// DeleteVariables delete a batch of variables
	DeleteVariables(ctx context.Context, in *DeleteVariablesRequest, opts ...grpc.CallOption) (*DeleteVariablesResponse, error)
	// UpdateVariable update a specified variable in view or project
	UpdateVariable(ctx context.Context, in *UpdateVariableRequest, opts ...grpc.CallOption) (*UpdateVariableResponse, error)
}

ProjectManagementClient is the client API for ProjectManagement service.

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

func NewProjectManagementClient

func NewProjectManagementClient(cc *grpc.ClientConn) ProjectManagementClient

type ProjectManagementServer

type ProjectManagementServer interface {
	// CreateProject create a new project
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	// GetProject return a project's detail information
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	// GetProjects return user's project list
	GetProjects(context.Context, *GetProjectsRequest) (*GetProjectsResponse, error)
	// DeleteProject delete a specifed project
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	// UpdateProject update a specifed project
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	//
	// Project device
	// User can add devices to a specified project, these devices are instances of some device model
	// After adding devices, the widget in views can bind data or variables to specified device
	//
	// AddDevice add a device into the project
	AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceResponse, error)
	// AddDevices add a batch of devices into the project
	AddDevices(context.Context, *AddDevicesRequest) (*AddDevicesResponse, error)
	// DeleteDevice remove a device from project
	DeleteDevice(context.Context, *DeleteDeviceRequest) (*DeleteDeviceResponse, error)
	// DeleteDevices remove a batch of devices from project
	DeleteDevices(context.Context, *DeleteDevicesRequest) (*DeleteDevicesResponse, error)
	// GetDevices return a project's all devices ids
	GetDevices(context.Context, *GetDevicesRequest) (*GetDevicesResponse, error)
	// Workshop
	// AddWorkshop add a workshop into the project
	AddWorkshop(context.Context, *AddWorkshopRequest) (*AddWorkshopResponse, error)
	// DeleteWorkshop remove a workshop from project
	DeleteWorkshop(context.Context, *DeleteWorkshopRequest) (*DeleteWorkshopResponse, error)
	// GetWorkshops return a project's all workshops
	GetWorkshops(context.Context, *GetWorkshopsRequest) (*GetWorkshopsResponse, error)
	// GetWorkshop return specified workshop
	GetWorkshop(context.Context, *GetWorkshopRequest) (*GetWorkshopResponse, error)
	// UpdateWorkshop update specified workshop
	UpdateWorkshop(context.Context, *UpdateWorkshopRequest) (*UpdateWorkshopResponse, error)
	// Project View
	// CreateView create a new project's view
	CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
	// DeleteView delete a project's view
	DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
	// GetViews return a project's all views
	GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
	// GetView return a view's detail informaiton
	GetView(context.Context, *GetViewRequest) (*GetViewResponse, error)
	// UpdateView update a specified view
	UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
	// Variables
	// CreateVariable create a new variable in view or project
	CreateVariable(context.Context, *CreateVariableRequest) (*CreateVariableResponse, error)
	// GetVariable return a variable's detail information
	GetVariable(context.Context, *GetVariableRequest) (*GetVariableResponse, error)
	// GetVariables return all variables in a view or project
	GetVariables(context.Context, *GetVariablesRequest) (*GetVariablesResponse, error)
	// DeleteVariable delete a variable in view or project
	DeleteVariable(context.Context, *DeleteVariableRequest) (*DeleteVariableResponse, error)
	// DeleteVariables delete a batch of variables
	DeleteVariables(context.Context, *DeleteVariablesRequest) (*DeleteVariablesResponse, error)
	// UpdateVariable update a specified variable in view or project
	UpdateVariable(context.Context, *UpdateVariableRequest) (*UpdateVariableResponse, error)
}

ProjectManagementServer is the server API for ProjectManagement service.

type Reader

type Reader struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	Configs              map[string]*any.Any `` /* 180-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Reader) Descriptor

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

func (*Reader) GetConfigs

func (m *Reader) GetConfigs() map[string]*any.Any

func (*Reader) GetName

func (m *Reader) GetName() string

func (*Reader) ProtoMessage

func (*Reader) ProtoMessage()

func (*Reader) Reset

func (m *Reader) Reset()

func (*Reader) String

func (m *Reader) String() string

func (*Reader) XXX_DiscardUnknown

func (m *Reader) XXX_DiscardUnknown()

func (*Reader) XXX_Marshal

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

func (*Reader) XXX_Merge

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

func (*Reader) XXX_Size

func (m *Reader) XXX_Size() int

func (*Reader) XXX_Unmarshal

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

type UpdateProjectRequest

type UpdateProjectRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	Project              *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty" bson:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateProjectRequest) Descriptor

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

func (*UpdateProjectRequest) GetProject

func (m *UpdateProjectRequest) GetProject() *Project

func (*UpdateProjectRequest) GetUserID

func (m *UpdateProjectRequest) GetUserID() string

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) Reset

func (m *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (m *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) XXX_DiscardUnknown

func (m *UpdateProjectRequest) XXX_DiscardUnknown()

func (*UpdateProjectRequest) XXX_Marshal

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

func (*UpdateProjectRequest) XXX_Merge

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

func (*UpdateProjectRequest) XXX_Size

func (m *UpdateProjectRequest) XXX_Size() int

func (*UpdateProjectRequest) XXX_Unmarshal

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

type UpdateProjectResponse

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

func (*UpdateProjectResponse) Descriptor

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

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) Reset

func (m *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (m *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) XXX_DiscardUnknown

func (m *UpdateProjectResponse) XXX_DiscardUnknown()

func (*UpdateProjectResponse) XXX_Marshal

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

func (*UpdateProjectResponse) XXX_Merge

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

func (*UpdateProjectResponse) XXX_Size

func (m *UpdateProjectResponse) XXX_Size() int

func (*UpdateProjectResponse) XXX_Unmarshal

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

type UpdateVariableRequest

type UpdateVariableRequest struct {
	UserID               string    `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string    `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	Variable             *Variable `protobuf:"bytes,3,opt,name=variable,proto3" json:"variable,omitempty" bson:"variable,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*UpdateVariableRequest) Descriptor

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

func (*UpdateVariableRequest) GetProjectID

func (m *UpdateVariableRequest) GetProjectID() string

func (*UpdateVariableRequest) GetUserID

func (m *UpdateVariableRequest) GetUserID() string

func (*UpdateVariableRequest) GetVariable

func (m *UpdateVariableRequest) GetVariable() *Variable

func (*UpdateVariableRequest) ProtoMessage

func (*UpdateVariableRequest) ProtoMessage()

func (*UpdateVariableRequest) Reset

func (m *UpdateVariableRequest) Reset()

func (*UpdateVariableRequest) String

func (m *UpdateVariableRequest) String() string

func (*UpdateVariableRequest) XXX_DiscardUnknown

func (m *UpdateVariableRequest) XXX_DiscardUnknown()

func (*UpdateVariableRequest) XXX_Marshal

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

func (*UpdateVariableRequest) XXX_Merge

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

func (*UpdateVariableRequest) XXX_Size

func (m *UpdateVariableRequest) XXX_Size() int

func (*UpdateVariableRequest) XXX_Unmarshal

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

type UpdateVariableResponse

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

func (*UpdateVariableResponse) Descriptor

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

func (*UpdateVariableResponse) ProtoMessage

func (*UpdateVariableResponse) ProtoMessage()

func (*UpdateVariableResponse) Reset

func (m *UpdateVariableResponse) Reset()

func (*UpdateVariableResponse) String

func (m *UpdateVariableResponse) String() string

func (*UpdateVariableResponse) XXX_DiscardUnknown

func (m *UpdateVariableResponse) XXX_DiscardUnknown()

func (*UpdateVariableResponse) XXX_Marshal

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

func (*UpdateVariableResponse) XXX_Merge

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

func (*UpdateVariableResponse) XXX_Size

func (m *UpdateVariableResponse) XXX_Size() int

func (*UpdateVariableResponse) XXX_Unmarshal

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

type UpdateViewRequest

type UpdateViewRequest struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string   `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string   `protobuf:"bytes,3,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	View                 *View    `protobuf:"bytes,4,opt,name=view,proto3" json:"view,omitempty" bson:"view,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateViewRequest) Descriptor

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

func (*UpdateViewRequest) GetProjectID

func (m *UpdateViewRequest) GetProjectID() string

func (*UpdateViewRequest) GetUserID

func (m *UpdateViewRequest) GetUserID() string

func (*UpdateViewRequest) GetView

func (m *UpdateViewRequest) GetView() *View

func (*UpdateViewRequest) GetWorkshopID

func (m *UpdateViewRequest) GetWorkshopID() string

func (*UpdateViewRequest) ProtoMessage

func (*UpdateViewRequest) ProtoMessage()

func (*UpdateViewRequest) Reset

func (m *UpdateViewRequest) Reset()

func (*UpdateViewRequest) String

func (m *UpdateViewRequest) String() string

func (*UpdateViewRequest) XXX_DiscardUnknown

func (m *UpdateViewRequest) XXX_DiscardUnknown()

func (*UpdateViewRequest) XXX_Marshal

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

func (*UpdateViewRequest) XXX_Merge

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

func (*UpdateViewRequest) XXX_Size

func (m *UpdateViewRequest) XXX_Size() int

func (*UpdateViewRequest) XXX_Unmarshal

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

type UpdateViewResponse

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

func (*UpdateViewResponse) Descriptor

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

func (*UpdateViewResponse) ProtoMessage

func (*UpdateViewResponse) ProtoMessage()

func (*UpdateViewResponse) Reset

func (m *UpdateViewResponse) Reset()

func (*UpdateViewResponse) String

func (m *UpdateViewResponse) String() string

func (*UpdateViewResponse) XXX_DiscardUnknown

func (m *UpdateViewResponse) XXX_DiscardUnknown()

func (*UpdateViewResponse) XXX_Marshal

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

func (*UpdateViewResponse) XXX_Merge

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

func (*UpdateViewResponse) XXX_Size

func (m *UpdateViewResponse) XXX_Size() int

func (*UpdateViewResponse) XXX_Unmarshal

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

type UpdateWorkshopRequest

type UpdateWorkshopRequest struct {
	UserID               string    `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	ProjectID            string    `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	Workshop             *Workshop `protobuf:"bytes,3,opt,name=workshop,proto3" json:"workshop,omitempty" bson:"workshop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*UpdateWorkshopRequest) Descriptor

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

func (*UpdateWorkshopRequest) GetProjectID

func (m *UpdateWorkshopRequest) GetProjectID() string

func (*UpdateWorkshopRequest) GetUserID

func (m *UpdateWorkshopRequest) GetUserID() string

func (*UpdateWorkshopRequest) GetWorkshop

func (m *UpdateWorkshopRequest) GetWorkshop() *Workshop

func (*UpdateWorkshopRequest) ProtoMessage

func (*UpdateWorkshopRequest) ProtoMessage()

func (*UpdateWorkshopRequest) Reset

func (m *UpdateWorkshopRequest) Reset()

func (*UpdateWorkshopRequest) String

func (m *UpdateWorkshopRequest) String() string

func (*UpdateWorkshopRequest) XXX_DiscardUnknown

func (m *UpdateWorkshopRequest) XXX_DiscardUnknown()

func (*UpdateWorkshopRequest) XXX_Marshal

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

func (*UpdateWorkshopRequest) XXX_Merge

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

func (*UpdateWorkshopRequest) XXX_Size

func (m *UpdateWorkshopRequest) XXX_Size() int

func (*UpdateWorkshopRequest) XXX_Unmarshal

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

type UpdateWorkshopResponse

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

func (*UpdateWorkshopResponse) Descriptor

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

func (*UpdateWorkshopResponse) ProtoMessage

func (*UpdateWorkshopResponse) ProtoMessage()

func (*UpdateWorkshopResponse) Reset

func (m *UpdateWorkshopResponse) Reset()

func (*UpdateWorkshopResponse) String

func (m *UpdateWorkshopResponse) String() string

func (*UpdateWorkshopResponse) XXX_DiscardUnknown

func (m *UpdateWorkshopResponse) XXX_DiscardUnknown()

func (*UpdateWorkshopResponse) XXX_Marshal

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

func (*UpdateWorkshopResponse) XXX_Merge

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

func (*UpdateWorkshopResponse) XXX_Size

func (m *UpdateWorkshopResponse) XXX_Size() int

func (*UpdateWorkshopResponse) XXX_Unmarshal

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

type Variable

type Variable struct {
	ID                   string               `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty" bson:"ID,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	Type                 string               `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty" bson:"type,omitempty"`
	Description          string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" bson:"description,omitempty"`
	ProjectID            string               `protobuf:"bytes,5,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	Val                  *any.Any             `protobuf:"bytes,6,opt,name=val,proto3" json:"val,omitempty" bson:"val,omitempty"`
	BindedDeviceID       string               `` /* 136-byte string literal not displayed */
	BindedEndpoint       string               `` /* 136-byte string literal not displayed */
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Variable is used by view to bind data and device model

func (*Variable) Descriptor

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

func (*Variable) GetBindedDeviceID

func (m *Variable) GetBindedDeviceID() string

func (*Variable) GetBindedEndpoint

func (m *Variable) GetBindedEndpoint() string

func (*Variable) GetCreatedAt

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

func (*Variable) GetDescription

func (m *Variable) GetDescription() string

func (*Variable) GetID

func (m *Variable) GetID() string

func (*Variable) GetLastUpdatedAt

func (m *Variable) GetLastUpdatedAt() *timestamp.Timestamp

func (*Variable) GetName

func (m *Variable) GetName() string

func (*Variable) GetProjectID

func (m *Variable) GetProjectID() string

func (*Variable) GetType

func (m *Variable) GetType() string

func (*Variable) GetVal

func (m *Variable) GetVal() *any.Any

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) Reset

func (m *Variable) Reset()

func (*Variable) String

func (m *Variable) String() string

func (*Variable) XXX_DiscardUnknown

func (m *Variable) XXX_DiscardUnknown()

func (*Variable) XXX_Marshal

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

func (*Variable) XXX_Merge

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

func (*Variable) XXX_Size

func (m *Variable) XXX_Size() int

func (*Variable) XXX_Unmarshal

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

type View

type View struct {
	ID                   string               `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty" bson:"ID,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	ProjectID            string               `protobuf:"bytes,3,opt,name=projectID,proto3" json:"projectID,omitempty" bson:"projectID,omitempty"`
	WorkshopID           string               `protobuf:"bytes,4,opt,name=workshopID,proto3" json:"workshopID,omitempty" bson:"workshopID,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	Payload              []byte               `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty" bson:"payload,omitempty"`
	Status               string               `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Variables            []string             `protobuf:"bytes,9,rep,name=variables,proto3" json:"variables,omitempty" bson:"variables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

View is the basic view unit that can be modeled by user

func (*View) Descriptor

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

func (*View) GetCreatedAt

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

func (*View) GetID

func (m *View) GetID() string

func (*View) GetLastUpdatedAt

func (m *View) GetLastUpdatedAt() *timestamp.Timestamp

func (*View) GetName

func (m *View) GetName() string

func (*View) GetPayload

func (m *View) GetPayload() []byte

func (*View) GetProjectID

func (m *View) GetProjectID() string

func (*View) GetStatus

func (m *View) GetStatus() string

func (*View) GetVariables

func (m *View) GetVariables() []string

func (*View) GetWorkshopID

func (m *View) GetWorkshopID() string

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) Reset

func (m *View) Reset()

func (*View) String

func (m *View) String() string

func (*View) XXX_DiscardUnknown

func (m *View) XXX_DiscardUnknown()

func (*View) XXX_Marshal

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

func (*View) XXX_Merge

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

func (*View) XXX_Size

func (m *View) XXX_Size() int

func (*View) XXX_Unmarshal

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

type Workshop

type Workshop struct {
	ID                   string               `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty" bson:"ID,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	UserID               string               `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty" bson:"userID,omitempty"`
	Description          string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" bson:"description,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	Status               string               `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	ViewIDs              []string             `protobuf:"bytes,8,rep,name=viewIDs,proto3" json:"viewIDs,omitempty" bson:"viewIDs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Workshop is the basic woking place that have many views

func (*Workshop) Descriptor

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

func (*Workshop) GetCreatedAt

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

func (*Workshop) GetDescription

func (m *Workshop) GetDescription() string

func (*Workshop) GetID

func (m *Workshop) GetID() string

func (*Workshop) GetLastUpdatedAt

func (m *Workshop) GetLastUpdatedAt() *timestamp.Timestamp

func (*Workshop) GetName

func (m *Workshop) GetName() string

func (*Workshop) GetStatus

func (m *Workshop) GetStatus() string

func (*Workshop) GetUserID

func (m *Workshop) GetUserID() string

func (*Workshop) GetViewIDs

func (m *Workshop) GetViewIDs() []string

func (*Workshop) ProtoMessage

func (*Workshop) ProtoMessage()

func (*Workshop) Reset

func (m *Workshop) Reset()

func (*Workshop) String

func (m *Workshop) String() string

func (*Workshop) XXX_DiscardUnknown

func (m *Workshop) XXX_DiscardUnknown()

func (*Workshop) XXX_Marshal

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

func (*Workshop) XXX_Merge

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

func (*Workshop) XXX_Size

func (m *Workshop) XXX_Size() int

func (*Workshop) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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