pb

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 30 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dataview_proto protoreflect.FileDescriptor

Functions

func DataViewServiceClientType

func DataViewServiceClientType() reflect.Type

DataViewServiceClientType .

func DataViewServiceHandlerType

func DataViewServiceHandlerType() reflect.Type

DataViewServiceHandlerType .

func DataViewServiceServerType

func DataViewServiceServerType() reflect.Type

DataViewServiceServerType .

func RegisterDataViewServiceHandler

func RegisterDataViewServiceHandler(r http.Router, srv DataViewServiceHandler, opts ...http.HandleOption)

RegisterDataViewServiceHandler register DataViewServiceHandler to http.Router.

func RegisterDataViewServiceImp

func RegisterDataViewServiceImp(regester transport.Register, srv DataViewServiceServer, opts ...transport.ServiceOption)

RegisterDataViewServiceImp dataview.proto

func RegisterDataViewServiceServer

func RegisterDataViewServiceServer(s grpc1.ServiceRegistrar, srv DataViewServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

func ServiceNames(svr ...string) []string

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type Block

type Block struct {
	W     int64  `protobuf:"varint,1,opt,name=w,proto3" json:"w,omitempty"`
	H     int64  `protobuf:"varint,2,opt,name=h,proto3" json:"h,omitempty"`
	X     int64  `protobuf:"varint,3,opt,name=x,proto3" json:"x,omitempty"`
	Y     int64  `protobuf:"varint,4,opt,name=y,proto3" json:"y,omitempty"`
	I     string `protobuf:"bytes,5,opt,name=i,proto3" json:"i,omitempty"`
	Chart *Chart `protobuf:"bytes,6,opt,name=chart,json=view,proto3" json:"chart,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetChart

func (x *Block) GetChart() *Chart

func (*Block) GetH

func (x *Block) GetH() int64

func (*Block) GetI

func (x *Block) GetI() string

func (*Block) GetW

func (x *Block) GetW() int64

func (*Block) GetX

func (x *Block) GetX() int64

func (*Block) GetY

func (x *Block) GetY() int64

func (*Block) MarshalJSON

func (m *Block) MarshalJSON() ([]byte, error)

Block implement json.Marshaler.

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

func (x *Block) ProtoReflect() protoreflect.Message

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

func (*Block) UnmarshalJSON

func (m *Block) UnmarshalJSON(b []byte) error

Block implement json.Marshaler.

func (*Block) UnmarshalURLValues

func (m *Block) UnmarshalURLValues(prefix string, values url.Values) error

Block implement urlenc.URLValuesUnmarshaler.

func (*Block) Validate

func (this *Block) Validate() error

type Chart

type Chart struct {
	Title          string          `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description    string          `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	ChartType      string          `protobuf:"bytes,3,opt,name=chartType,proto3" json:"chartType,omitempty"`
	DataSourceType string          `protobuf:"bytes,4,opt,name=dataSourceType,proto3" json:"dataSourceType,omitempty"`
	StaticData     *structpb.Value `protobuf:"bytes,5,opt,name=staticData,proto3" json:"staticData,omitempty"`
	Config         *structpb.Value `protobuf:"bytes,6,opt,name=config,proto3" json:"config,omitempty"`
	Api            *structpb.Value `protobuf:"bytes,7,opt,name=api,proto3" json:"api,omitempty"`
	Controls       *structpb.Value `protobuf:"bytes,8,opt,name=controls,proto3" json:"controls,omitempty"`
	I18N           *structpb.Value `protobuf:"bytes,9,opt,name=i18n,proto3" json:"i18n,omitempty"`
	// contains filtered or unexported fields
}

func (*Chart) Descriptor deprecated

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

Deprecated: Use Chart.ProtoReflect.Descriptor instead.

func (*Chart) GetApi

func (x *Chart) GetApi() *structpb.Value

func (*Chart) GetChartType

func (x *Chart) GetChartType() string

func (*Chart) GetConfig

func (x *Chart) GetConfig() *structpb.Value

func (*Chart) GetControls

func (x *Chart) GetControls() *structpb.Value

func (*Chart) GetDataSourceType

func (x *Chart) GetDataSourceType() string

func (*Chart) GetDescription

func (x *Chart) GetDescription() string

func (*Chart) GetI18N added in v1.3.0

func (x *Chart) GetI18N() *structpb.Value

func (*Chart) GetStaticData

func (x *Chart) GetStaticData() *structpb.Value

func (*Chart) GetTitle

func (x *Chart) GetTitle() string

func (*Chart) MarshalJSON

func (m *Chart) MarshalJSON() ([]byte, error)

Chart implement json.Marshaler.

func (*Chart) ProtoMessage

func (*Chart) ProtoMessage()

func (*Chart) ProtoReflect

func (x *Chart) ProtoReflect() protoreflect.Message

func (*Chart) Reset

func (x *Chart) Reset()

func (*Chart) String

func (x *Chart) String() string

func (*Chart) UnmarshalJSON

func (m *Chart) UnmarshalJSON(b []byte) error

Chart implement json.Marshaler.

func (*Chart) UnmarshalURLValues

func (m *Chart) UnmarshalURLValues(prefix string, values url.Values) error

Chart implement urlenc.URLValuesUnmarshaler.

func (*Chart) Validate

func (this *Chart) Validate() error

type CreateCustomViewRequest

type CreateCustomViewRequest struct {
	Id      string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Scope   string      `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeID string      `protobuf:"bytes,3,opt,name=scopeID,json=scopeId,proto3" json:"scopeID,omitempty"`
	Version string      `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Name    string      `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Desc    string      `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	Blocks  []*Block    `protobuf:"bytes,7,rep,name=blocks,json=viewConfig,proto3" json:"blocks,omitempty"`
	Data    []*DataItem `protobuf:"bytes,8,rep,name=data,json=dataConfig,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

CreateCustomView

func (*CreateCustomViewRequest) Descriptor deprecated

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

Deprecated: Use CreateCustomViewRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomViewRequest) GetBlocks

func (x *CreateCustomViewRequest) GetBlocks() []*Block

func (*CreateCustomViewRequest) GetData

func (x *CreateCustomViewRequest) GetData() []*DataItem

func (*CreateCustomViewRequest) GetDesc

func (x *CreateCustomViewRequest) GetDesc() string

func (*CreateCustomViewRequest) GetId

func (x *CreateCustomViewRequest) GetId() string

func (*CreateCustomViewRequest) GetName

func (x *CreateCustomViewRequest) GetName() string

func (*CreateCustomViewRequest) GetScope

func (x *CreateCustomViewRequest) GetScope() string

func (*CreateCustomViewRequest) GetScopeID

func (x *CreateCustomViewRequest) GetScopeID() string

func (*CreateCustomViewRequest) GetVersion

func (x *CreateCustomViewRequest) GetVersion() string

func (*CreateCustomViewRequest) MarshalJSON

func (m *CreateCustomViewRequest) MarshalJSON() ([]byte, error)

CreateCustomViewRequest implement json.Marshaler.

func (*CreateCustomViewRequest) ProtoMessage

func (*CreateCustomViewRequest) ProtoMessage()

func (*CreateCustomViewRequest) ProtoReflect

func (x *CreateCustomViewRequest) ProtoReflect() protoreflect.Message

func (*CreateCustomViewRequest) Reset

func (x *CreateCustomViewRequest) Reset()

func (*CreateCustomViewRequest) String

func (x *CreateCustomViewRequest) String() string

func (*CreateCustomViewRequest) UnmarshalJSON

func (m *CreateCustomViewRequest) UnmarshalJSON(b []byte) error

CreateCustomViewRequest implement json.Marshaler.

func (*CreateCustomViewRequest) UnmarshalURLValues

func (m *CreateCustomViewRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateCustomViewRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateCustomViewRequest) Validate

func (this *CreateCustomViewRequest) Validate() error

type CreateCustomViewResponse

type CreateCustomViewResponse struct {
	Data *View `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomViewResponse) Descriptor deprecated

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

Deprecated: Use CreateCustomViewResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomViewResponse) GetData

func (x *CreateCustomViewResponse) GetData() *View

func (*CreateCustomViewResponse) MarshalJSON

func (m *CreateCustomViewResponse) MarshalJSON() ([]byte, error)

CreateCustomViewResponse implement json.Marshaler.

func (*CreateCustomViewResponse) ProtoMessage

func (*CreateCustomViewResponse) ProtoMessage()

func (*CreateCustomViewResponse) ProtoReflect

func (x *CreateCustomViewResponse) ProtoReflect() protoreflect.Message

func (*CreateCustomViewResponse) Reset

func (x *CreateCustomViewResponse) Reset()

func (*CreateCustomViewResponse) String

func (x *CreateCustomViewResponse) String() string

func (*CreateCustomViewResponse) UnmarshalJSON

func (m *CreateCustomViewResponse) UnmarshalJSON(b []byte) error

CreateCustomViewResponse implement json.Marshaler.

func (*CreateCustomViewResponse) UnmarshalURLValues

func (m *CreateCustomViewResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateCustomViewResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateCustomViewResponse) Validate

func (this *CreateCustomViewResponse) Validate() error

type DataItem

type DataItem struct {
	I          string          `protobuf:"bytes,1,opt,name=i,proto3" json:"i,omitempty"`
	StaticData *structpb.Value `protobuf:"bytes,2,opt,name=staticData,proto3" json:"staticData,omitempty"`
	// contains filtered or unexported fields
}

func (*DataItem) Descriptor deprecated

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

Deprecated: Use DataItem.ProtoReflect.Descriptor instead.

func (*DataItem) GetI

func (x *DataItem) GetI() string

func (*DataItem) GetStaticData

func (x *DataItem) GetStaticData() *structpb.Value

func (*DataItem) MarshalJSON

func (m *DataItem) MarshalJSON() ([]byte, error)

DataItem implement json.Marshaler.

func (*DataItem) ProtoMessage

func (*DataItem) ProtoMessage()

func (*DataItem) ProtoReflect

func (x *DataItem) ProtoReflect() protoreflect.Message

func (*DataItem) Reset

func (x *DataItem) Reset()

func (*DataItem) String

func (x *DataItem) String() string

func (*DataItem) UnmarshalJSON

func (m *DataItem) UnmarshalJSON(b []byte) error

DataItem implement json.Marshaler.

func (*DataItem) UnmarshalURLValues

func (m *DataItem) UnmarshalURLValues(prefix string, values url.Values) error

DataItem implement urlenc.URLValuesUnmarshaler.

func (*DataItem) Validate

func (this *DataItem) Validate() error

type DataViewServiceClient

type DataViewServiceClient interface {
	ListSystemViews(ctx context.Context, in *ListSystemViewsRequest, opts ...grpc.CallOption) (*ListSystemViewsResponse, error)
	GetSystemView(ctx context.Context, in *GetSystemViewRequest, opts ...grpc.CallOption) (*GetSystemViewResponse, error)
	ListCustomViews(ctx context.Context, in *ListCustomViewsRequest, opts ...grpc.CallOption) (*ListCustomViewsResponse, error)
	GetCustomView(ctx context.Context, in *GetCustomViewRequest, opts ...grpc.CallOption) (*GetCustomViewResponse, error)
	CreateCustomView(ctx context.Context, in *CreateCustomViewRequest, opts ...grpc.CallOption) (*CreateCustomViewResponse, error)
	UpdateCustomView(ctx context.Context, in *UpdateCustomViewRequest, opts ...grpc.CallOption) (*UpdateCustomViewResponse, error)
	DeleteCustomView(ctx context.Context, in *DeleteCustomViewRequest, opts ...grpc.CallOption) (*DeleteCustomViewResponse, error)
}

DataViewServiceClient is the client API for DataViewService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DataViewServiceHandler

type DataViewServiceHandler interface {
	// GET /api/dashboard/system/blocks
	ListSystemViews(context.Context, *ListSystemViewsRequest) (*ListSystemViewsResponse, error)
	// GET /api/dashboard/system/blocks/{id}
	GetSystemView(context.Context, *GetSystemViewRequest) (*GetSystemViewResponse, error)
	// GET /api/dashboard/blocks
	ListCustomViews(context.Context, *ListCustomViewsRequest) (*ListCustomViewsResponse, error)
	// GET /api/dashboard/blocks/{id}
	GetCustomView(context.Context, *GetCustomViewRequest) (*GetCustomViewResponse, error)
	// POST /api/dashboard/blocks
	CreateCustomView(context.Context, *CreateCustomViewRequest) (*CreateCustomViewResponse, error)
	// PUT /api/dashboard/blocks/{id}
	UpdateCustomView(context.Context, *UpdateCustomViewRequest) (*UpdateCustomViewResponse, error)
	// DELETE /api/dashboard/blocks/{id}
	DeleteCustomView(context.Context, *DeleteCustomViewRequest) (*DeleteCustomViewResponse, error)
}

DataViewServiceHandler is the server API for DataViewService service.

type DataViewServiceServer

DataViewServiceServer is the server API for DataViewService service. All implementations should embed UnimplementedDataViewServiceServer for forward compatibility

type DeleteCustomViewRequest

type DeleteCustomViewRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

DeleteCustomView

func (*DeleteCustomViewRequest) Descriptor deprecated

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

Deprecated: Use DeleteCustomViewRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomViewRequest) GetId

func (x *DeleteCustomViewRequest) GetId() string

func (*DeleteCustomViewRequest) MarshalJSON

func (m *DeleteCustomViewRequest) MarshalJSON() ([]byte, error)

DeleteCustomViewRequest implement json.Marshaler.

func (*DeleteCustomViewRequest) ProtoMessage

func (*DeleteCustomViewRequest) ProtoMessage()

func (*DeleteCustomViewRequest) ProtoReflect

func (x *DeleteCustomViewRequest) ProtoReflect() protoreflect.Message

func (*DeleteCustomViewRequest) Reset

func (x *DeleteCustomViewRequest) Reset()

func (*DeleteCustomViewRequest) String

func (x *DeleteCustomViewRequest) String() string

func (*DeleteCustomViewRequest) UnmarshalJSON

func (m *DeleteCustomViewRequest) UnmarshalJSON(b []byte) error

DeleteCustomViewRequest implement json.Marshaler.

func (*DeleteCustomViewRequest) UnmarshalURLValues

func (m *DeleteCustomViewRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteCustomViewRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteCustomViewRequest) Validate

func (this *DeleteCustomViewRequest) Validate() error

type DeleteCustomViewResponse

type DeleteCustomViewResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCustomViewResponse) Descriptor deprecated

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

Deprecated: Use DeleteCustomViewResponse.ProtoReflect.Descriptor instead.

func (*DeleteCustomViewResponse) GetData

func (x *DeleteCustomViewResponse) GetData() bool

func (*DeleteCustomViewResponse) MarshalJSON

func (m *DeleteCustomViewResponse) MarshalJSON() ([]byte, error)

DeleteCustomViewResponse implement json.Marshaler.

func (*DeleteCustomViewResponse) ProtoMessage

func (*DeleteCustomViewResponse) ProtoMessage()

func (*DeleteCustomViewResponse) ProtoReflect

func (x *DeleteCustomViewResponse) ProtoReflect() protoreflect.Message

func (*DeleteCustomViewResponse) Reset

func (x *DeleteCustomViewResponse) Reset()

func (*DeleteCustomViewResponse) String

func (x *DeleteCustomViewResponse) String() string

func (*DeleteCustomViewResponse) UnmarshalJSON

func (m *DeleteCustomViewResponse) UnmarshalJSON(b []byte) error

DeleteCustomViewResponse implement json.Marshaler.

func (*DeleteCustomViewResponse) UnmarshalURLValues

func (m *DeleteCustomViewResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteCustomViewResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteCustomViewResponse) Validate

func (this *DeleteCustomViewResponse) Validate() error

type GetCustomViewRequest

type GetCustomViewRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

GetCustomView

func (*GetCustomViewRequest) Descriptor deprecated

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

Deprecated: Use GetCustomViewRequest.ProtoReflect.Descriptor instead.

func (*GetCustomViewRequest) GetId

func (x *GetCustomViewRequest) GetId() string

func (*GetCustomViewRequest) MarshalJSON

func (m *GetCustomViewRequest) MarshalJSON() ([]byte, error)

GetCustomViewRequest implement json.Marshaler.

func (*GetCustomViewRequest) ProtoMessage

func (*GetCustomViewRequest) ProtoMessage()

func (*GetCustomViewRequest) ProtoReflect

func (x *GetCustomViewRequest) ProtoReflect() protoreflect.Message

func (*GetCustomViewRequest) Reset

func (x *GetCustomViewRequest) Reset()

func (*GetCustomViewRequest) String

func (x *GetCustomViewRequest) String() string

func (*GetCustomViewRequest) UnmarshalJSON

func (m *GetCustomViewRequest) UnmarshalJSON(b []byte) error

GetCustomViewRequest implement json.Marshaler.

func (*GetCustomViewRequest) UnmarshalURLValues

func (m *GetCustomViewRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomViewRequest implement urlenc.URLValuesUnmarshaler.

func (*GetCustomViewRequest) Validate

func (this *GetCustomViewRequest) Validate() error

type GetCustomViewResponse

type GetCustomViewResponse struct {
	Data *View `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCustomViewResponse) Descriptor deprecated

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

Deprecated: Use GetCustomViewResponse.ProtoReflect.Descriptor instead.

func (*GetCustomViewResponse) GetData

func (x *GetCustomViewResponse) GetData() *View

func (*GetCustomViewResponse) MarshalJSON

func (m *GetCustomViewResponse) MarshalJSON() ([]byte, error)

GetCustomViewResponse implement json.Marshaler.

func (*GetCustomViewResponse) ProtoMessage

func (*GetCustomViewResponse) ProtoMessage()

func (*GetCustomViewResponse) ProtoReflect

func (x *GetCustomViewResponse) ProtoReflect() protoreflect.Message

func (*GetCustomViewResponse) Reset

func (x *GetCustomViewResponse) Reset()

func (*GetCustomViewResponse) String

func (x *GetCustomViewResponse) String() string

func (*GetCustomViewResponse) UnmarshalJSON

func (m *GetCustomViewResponse) UnmarshalJSON(b []byte) error

GetCustomViewResponse implement json.Marshaler.

func (*GetCustomViewResponse) UnmarshalURLValues

func (m *GetCustomViewResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetCustomViewResponse implement urlenc.URLValuesUnmarshaler.

func (*GetCustomViewResponse) Validate

func (this *GetCustomViewResponse) Validate() error

type GetSystemViewRequest

type GetSystemViewRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

GetSystemView

func (*GetSystemViewRequest) Descriptor deprecated

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

Deprecated: Use GetSystemViewRequest.ProtoReflect.Descriptor instead.

func (*GetSystemViewRequest) GetId

func (x *GetSystemViewRequest) GetId() string

func (*GetSystemViewRequest) MarshalJSON

func (m *GetSystemViewRequest) MarshalJSON() ([]byte, error)

GetSystemViewRequest implement json.Marshaler.

func (*GetSystemViewRequest) ProtoMessage

func (*GetSystemViewRequest) ProtoMessage()

func (*GetSystemViewRequest) ProtoReflect

func (x *GetSystemViewRequest) ProtoReflect() protoreflect.Message

func (*GetSystemViewRequest) Reset

func (x *GetSystemViewRequest) Reset()

func (*GetSystemViewRequest) String

func (x *GetSystemViewRequest) String() string

func (*GetSystemViewRequest) UnmarshalJSON

func (m *GetSystemViewRequest) UnmarshalJSON(b []byte) error

GetSystemViewRequest implement json.Marshaler.

func (*GetSystemViewRequest) UnmarshalURLValues

func (m *GetSystemViewRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetSystemViewRequest implement urlenc.URLValuesUnmarshaler.

func (*GetSystemViewRequest) Validate

func (this *GetSystemViewRequest) Validate() error

type GetSystemViewResponse

type GetSystemViewResponse struct {
	Data *View `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSystemViewResponse) Descriptor deprecated

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

Deprecated: Use GetSystemViewResponse.ProtoReflect.Descriptor instead.

func (*GetSystemViewResponse) GetData

func (x *GetSystemViewResponse) GetData() *View

func (*GetSystemViewResponse) MarshalJSON

func (m *GetSystemViewResponse) MarshalJSON() ([]byte, error)

GetSystemViewResponse implement json.Marshaler.

func (*GetSystemViewResponse) ProtoMessage

func (*GetSystemViewResponse) ProtoMessage()

func (*GetSystemViewResponse) ProtoReflect

func (x *GetSystemViewResponse) ProtoReflect() protoreflect.Message

func (*GetSystemViewResponse) Reset

func (x *GetSystemViewResponse) Reset()

func (*GetSystemViewResponse) String

func (x *GetSystemViewResponse) String() string

func (*GetSystemViewResponse) UnmarshalJSON

func (m *GetSystemViewResponse) UnmarshalJSON(b []byte) error

GetSystemViewResponse implement json.Marshaler.

func (*GetSystemViewResponse) UnmarshalURLValues

func (m *GetSystemViewResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetSystemViewResponse implement urlenc.URLValuesUnmarshaler.

func (*GetSystemViewResponse) Validate

func (this *GetSystemViewResponse) Validate() error

type ListCustomViewsRequest

type ListCustomViewsRequest struct {
	Scope   string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeID string `protobuf:"bytes,2,opt,name=scopeID,proto3" json:"scopeID,omitempty"`
	// contains filtered or unexported fields
}

ListCustomViews

func (*ListCustomViewsRequest) Descriptor deprecated

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

Deprecated: Use ListCustomViewsRequest.ProtoReflect.Descriptor instead.

func (*ListCustomViewsRequest) GetScope

func (x *ListCustomViewsRequest) GetScope() string

func (*ListCustomViewsRequest) GetScopeID

func (x *ListCustomViewsRequest) GetScopeID() string

func (*ListCustomViewsRequest) MarshalJSON

func (m *ListCustomViewsRequest) MarshalJSON() ([]byte, error)

ListCustomViewsRequest implement json.Marshaler.

func (*ListCustomViewsRequest) ProtoMessage

func (*ListCustomViewsRequest) ProtoMessage()

func (*ListCustomViewsRequest) ProtoReflect

func (x *ListCustomViewsRequest) ProtoReflect() protoreflect.Message

func (*ListCustomViewsRequest) Reset

func (x *ListCustomViewsRequest) Reset()

func (*ListCustomViewsRequest) String

func (x *ListCustomViewsRequest) String() string

func (*ListCustomViewsRequest) UnmarshalJSON

func (m *ListCustomViewsRequest) UnmarshalJSON(b []byte) error

ListCustomViewsRequest implement json.Marshaler.

func (*ListCustomViewsRequest) UnmarshalURLValues

func (m *ListCustomViewsRequest) UnmarshalURLValues(prefix string, values url.Values) error

ListCustomViewsRequest implement urlenc.URLValuesUnmarshaler.

func (*ListCustomViewsRequest) Validate

func (this *ListCustomViewsRequest) Validate() error

type ListCustomViewsResponse

type ListCustomViewsResponse struct {
	Data *ViewList `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCustomViewsResponse) Descriptor deprecated

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

Deprecated: Use ListCustomViewsResponse.ProtoReflect.Descriptor instead.

func (*ListCustomViewsResponse) GetData

func (x *ListCustomViewsResponse) GetData() *ViewList

func (*ListCustomViewsResponse) MarshalJSON

func (m *ListCustomViewsResponse) MarshalJSON() ([]byte, error)

ListCustomViewsResponse implement json.Marshaler.

func (*ListCustomViewsResponse) ProtoMessage

func (*ListCustomViewsResponse) ProtoMessage()

func (*ListCustomViewsResponse) ProtoReflect

func (x *ListCustomViewsResponse) ProtoReflect() protoreflect.Message

func (*ListCustomViewsResponse) Reset

func (x *ListCustomViewsResponse) Reset()

func (*ListCustomViewsResponse) String

func (x *ListCustomViewsResponse) String() string

func (*ListCustomViewsResponse) UnmarshalJSON

func (m *ListCustomViewsResponse) UnmarshalJSON(b []byte) error

ListCustomViewsResponse implement json.Marshaler.

func (*ListCustomViewsResponse) UnmarshalURLValues

func (m *ListCustomViewsResponse) UnmarshalURLValues(prefix string, values url.Values) error

ListCustomViewsResponse implement urlenc.URLValuesUnmarshaler.

func (*ListCustomViewsResponse) Validate

func (this *ListCustomViewsResponse) Validate() error

type ListSystemViewsRequest

type ListSystemViewsRequest struct {
	Scope   string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeID string `protobuf:"bytes,2,opt,name=scopeID,proto3" json:"scopeID,omitempty"`
	// contains filtered or unexported fields
}

ListSystemViews

func (*ListSystemViewsRequest) Descriptor deprecated

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

Deprecated: Use ListSystemViewsRequest.ProtoReflect.Descriptor instead.

func (*ListSystemViewsRequest) GetScope

func (x *ListSystemViewsRequest) GetScope() string

func (*ListSystemViewsRequest) GetScopeID

func (x *ListSystemViewsRequest) GetScopeID() string

func (*ListSystemViewsRequest) MarshalJSON

func (m *ListSystemViewsRequest) MarshalJSON() ([]byte, error)

ListSystemViewsRequest implement json.Marshaler.

func (*ListSystemViewsRequest) ProtoMessage

func (*ListSystemViewsRequest) ProtoMessage()

func (*ListSystemViewsRequest) ProtoReflect

func (x *ListSystemViewsRequest) ProtoReflect() protoreflect.Message

func (*ListSystemViewsRequest) Reset

func (x *ListSystemViewsRequest) Reset()

func (*ListSystemViewsRequest) String

func (x *ListSystemViewsRequest) String() string

func (*ListSystemViewsRequest) UnmarshalJSON

func (m *ListSystemViewsRequest) UnmarshalJSON(b []byte) error

ListSystemViewsRequest implement json.Marshaler.

func (*ListSystemViewsRequest) UnmarshalURLValues

func (m *ListSystemViewsRequest) UnmarshalURLValues(prefix string, values url.Values) error

ListSystemViewsRequest implement urlenc.URLValuesUnmarshaler.

func (*ListSystemViewsRequest) Validate

func (this *ListSystemViewsRequest) Validate() error

type ListSystemViewsResponse

type ListSystemViewsResponse struct {
	Data *ViewList `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSystemViewsResponse) Descriptor deprecated

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

Deprecated: Use ListSystemViewsResponse.ProtoReflect.Descriptor instead.

func (*ListSystemViewsResponse) GetData

func (x *ListSystemViewsResponse) GetData() *ViewList

func (*ListSystemViewsResponse) MarshalJSON

func (m *ListSystemViewsResponse) MarshalJSON() ([]byte, error)

ListSystemViewsResponse implement json.Marshaler.

func (*ListSystemViewsResponse) ProtoMessage

func (*ListSystemViewsResponse) ProtoMessage()

func (*ListSystemViewsResponse) ProtoReflect

func (x *ListSystemViewsResponse) ProtoReflect() protoreflect.Message

func (*ListSystemViewsResponse) Reset

func (x *ListSystemViewsResponse) Reset()

func (*ListSystemViewsResponse) String

func (x *ListSystemViewsResponse) String() string

func (*ListSystemViewsResponse) UnmarshalJSON

func (m *ListSystemViewsResponse) UnmarshalJSON(b []byte) error

ListSystemViewsResponse implement json.Marshaler.

func (*ListSystemViewsResponse) UnmarshalURLValues

func (m *ListSystemViewsResponse) UnmarshalURLValues(prefix string, values url.Values) error

ListSystemViewsResponse implement urlenc.URLValuesUnmarshaler.

func (*ListSystemViewsResponse) Validate

func (this *ListSystemViewsResponse) Validate() error

type UnimplementedDataViewServiceServer

type UnimplementedDataViewServiceServer struct {
}

UnimplementedDataViewServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedDataViewServiceServer) CreateCustomView

func (*UnimplementedDataViewServiceServer) DeleteCustomView

func (*UnimplementedDataViewServiceServer) GetCustomView

func (*UnimplementedDataViewServiceServer) GetSystemView

func (*UnimplementedDataViewServiceServer) ListCustomViews

func (*UnimplementedDataViewServiceServer) ListSystemViews

func (*UnimplementedDataViewServiceServer) UpdateCustomView

type UpdateCustomViewRequest

type UpdateCustomViewRequest struct {
	Id     string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc   string      `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Blocks []*Block    `protobuf:"bytes,4,rep,name=blocks,json=viewConfig,proto3" json:"blocks,omitempty"`
	Data   []*DataItem `protobuf:"bytes,5,rep,name=data,json=dataConfig,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

UpdateCustomView

func (*UpdateCustomViewRequest) Descriptor deprecated

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

Deprecated: Use UpdateCustomViewRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomViewRequest) GetBlocks

func (x *UpdateCustomViewRequest) GetBlocks() []*Block

func (*UpdateCustomViewRequest) GetData

func (x *UpdateCustomViewRequest) GetData() []*DataItem

func (*UpdateCustomViewRequest) GetDesc

func (x *UpdateCustomViewRequest) GetDesc() string

func (*UpdateCustomViewRequest) GetId

func (x *UpdateCustomViewRequest) GetId() string

func (*UpdateCustomViewRequest) GetName

func (x *UpdateCustomViewRequest) GetName() string

func (*UpdateCustomViewRequest) MarshalJSON

func (m *UpdateCustomViewRequest) MarshalJSON() ([]byte, error)

UpdateCustomViewRequest implement json.Marshaler.

func (*UpdateCustomViewRequest) ProtoMessage

func (*UpdateCustomViewRequest) ProtoMessage()

func (*UpdateCustomViewRequest) ProtoReflect

func (x *UpdateCustomViewRequest) ProtoReflect() protoreflect.Message

func (*UpdateCustomViewRequest) Reset

func (x *UpdateCustomViewRequest) Reset()

func (*UpdateCustomViewRequest) String

func (x *UpdateCustomViewRequest) String() string

func (*UpdateCustomViewRequest) UnmarshalJSON

func (m *UpdateCustomViewRequest) UnmarshalJSON(b []byte) error

UpdateCustomViewRequest implement json.Marshaler.

func (*UpdateCustomViewRequest) UnmarshalURLValues

func (m *UpdateCustomViewRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomViewRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomViewRequest) Validate

func (this *UpdateCustomViewRequest) Validate() error

type UpdateCustomViewResponse

type UpdateCustomViewResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCustomViewResponse) Descriptor deprecated

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

Deprecated: Use UpdateCustomViewResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomViewResponse) GetData

func (x *UpdateCustomViewResponse) GetData() bool

func (*UpdateCustomViewResponse) MarshalJSON

func (m *UpdateCustomViewResponse) MarshalJSON() ([]byte, error)

UpdateCustomViewResponse implement json.Marshaler.

func (*UpdateCustomViewResponse) ProtoMessage

func (*UpdateCustomViewResponse) ProtoMessage()

func (*UpdateCustomViewResponse) ProtoReflect

func (x *UpdateCustomViewResponse) ProtoReflect() protoreflect.Message

func (*UpdateCustomViewResponse) Reset

func (x *UpdateCustomViewResponse) Reset()

func (*UpdateCustomViewResponse) String

func (x *UpdateCustomViewResponse) String() string

func (*UpdateCustomViewResponse) UnmarshalJSON

func (m *UpdateCustomViewResponse) UnmarshalJSON(b []byte) error

UpdateCustomViewResponse implement json.Marshaler.

func (*UpdateCustomViewResponse) UnmarshalURLValues

func (m *UpdateCustomViewResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateCustomViewResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateCustomViewResponse) Validate

func (this *UpdateCustomViewResponse) Validate() error

type View

type View struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Scope     string   `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	ScopeID   string   `protobuf:"bytes,3,opt,name=scopeID,json=scopeId,proto3" json:"scopeID,omitempty"`
	Version   string   `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Name      string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Desc      string   `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	Blocks    []*Block `protobuf:"bytes,7,rep,name=blocks,json=viewConfig,proto3" json:"blocks,omitempty"`
	CreatedAt int64    `protobuf:"varint,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt int64    `protobuf:"varint,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*View) Descriptor deprecated

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

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) GetBlocks

func (x *View) GetBlocks() []*Block

func (*View) GetCreatedAt

func (x *View) GetCreatedAt() int64

func (*View) GetDesc

func (x *View) GetDesc() string

func (*View) GetId

func (x *View) GetId() string

func (*View) GetName

func (x *View) GetName() string

func (*View) GetScope

func (x *View) GetScope() string

func (*View) GetScopeID

func (x *View) GetScopeID() string

func (*View) GetUpdatedAt

func (x *View) GetUpdatedAt() int64

func (*View) GetVersion

func (x *View) GetVersion() string

func (*View) MarshalJSON

func (m *View) MarshalJSON() ([]byte, error)

View implement json.Marshaler.

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

func (x *View) ProtoReflect() protoreflect.Message

func (*View) Reset

func (x *View) Reset()

func (*View) String

func (x *View) String() string

func (*View) UnmarshalJSON

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

View implement json.Marshaler.

func (*View) UnmarshalURLValues

func (m *View) UnmarshalURLValues(prefix string, values url.Values) error

View implement urlenc.URLValuesUnmarshaler.

func (*View) Validate

func (this *View) Validate() error

type ViewList

type ViewList struct {
	Total int64   `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*View `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

common

func (*ViewList) Descriptor deprecated

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

Deprecated: Use ViewList.ProtoReflect.Descriptor instead.

func (*ViewList) GetList

func (x *ViewList) GetList() []*View

func (*ViewList) GetTotal

func (x *ViewList) GetTotal() int64

func (*ViewList) MarshalJSON

func (m *ViewList) MarshalJSON() ([]byte, error)

ViewList implement json.Marshaler.

func (*ViewList) ProtoMessage

func (*ViewList) ProtoMessage()

func (*ViewList) ProtoReflect

func (x *ViewList) ProtoReflect() protoreflect.Message

func (*ViewList) Reset

func (x *ViewList) Reset()

func (*ViewList) String

func (x *ViewList) String() string

func (*ViewList) UnmarshalJSON

func (m *ViewList) UnmarshalJSON(b []byte) error

ViewList implement json.Marshaler.

func (*ViewList) UnmarshalURLValues

func (m *ViewList) UnmarshalURLValues(prefix string, values url.Values) error

ViewList implement urlenc.URLValuesUnmarshaler.

func (*ViewList) Validate

func (this *ViewList) Validate() error

Jump to

Keyboard shortcuts

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