v1

package
v0.0.0-...-2022bb5 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_policy_prepare_v1_policy_prepare_proto protoreflect.FileDescriptor
View Source
var PolicyPrepare_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "policy_prepare.v1.PolicyPrepare",
	HandlerType: (*PolicyPrepareServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Create",
			Handler:    _PolicyPrepare_Create_Handler,
		},
		{
			MethodName: "GetOne",
			Handler:    _PolicyPrepare_GetOne_Handler,
		},
		{
			MethodName: "GetList",
			Handler:    _PolicyPrepare_GetList_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _PolicyPrepare_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _PolicyPrepare_Delete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "policy_prepare/v1/policy_prepare.proto",
}

PolicyPrepare_ServiceDesc is the grpc.ServiceDesc for PolicyPrepare service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterPolicyPrepareServer

func RegisterPolicyPrepareServer(s grpc.ServiceRegistrar, srv PolicyPrepareServer)

Types

type CreateReq

type CreateReq struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" v:"required"`          // v:required
	Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty" v:"required|json"` // v:required|json
	// contains filtered or unexported fields
}

func (*CreateReq) Descriptor deprecated

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

Deprecated: Use CreateReq.ProtoReflect.Descriptor instead.

func (*CreateReq) GetName

func (x *CreateReq) GetName() string

func (*CreateReq) GetPolicy

func (x *CreateReq) GetPolicy() string

func (*CreateReq) ProtoMessage

func (*CreateReq) ProtoMessage()

func (*CreateReq) ProtoReflect

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

func (*CreateReq) Reset

func (x *CreateReq) Reset()

func (*CreateReq) String

func (x *CreateReq) String() string

type CreateRes

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

func (*CreateRes) Descriptor deprecated

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

Deprecated: Use CreateRes.ProtoReflect.Descriptor instead.

func (*CreateRes) GetId

func (x *CreateRes) GetId() int32

func (*CreateRes) ProtoMessage

func (*CreateRes) ProtoMessage()

func (*CreateRes) ProtoReflect

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

func (*CreateRes) Reset

func (x *CreateRes) Reset()

func (*CreateRes) String

func (x *CreateRes) String() string

type DeleteReq

type DeleteReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" v:"required"` // v:required
	// contains filtered or unexported fields
}

func (*DeleteReq) Descriptor deprecated

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

Deprecated: Use DeleteReq.ProtoReflect.Descriptor instead.

func (*DeleteReq) GetId

func (x *DeleteReq) GetId() int32

func (*DeleteReq) ProtoMessage

func (*DeleteReq) ProtoMessage()

func (*DeleteReq) ProtoReflect

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

func (*DeleteReq) Reset

func (x *DeleteReq) Reset()

func (*DeleteReq) String

func (x *DeleteReq) String() string

type DeleteRes

type DeleteRes struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRes) Descriptor deprecated

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

Deprecated: Use DeleteRes.ProtoReflect.Descriptor instead.

func (*DeleteRes) GetEmpty

func (x *DeleteRes) GetEmpty() *emptypb.Empty

func (*DeleteRes) ProtoMessage

func (*DeleteRes) ProtoMessage()

func (*DeleteRes) ProtoReflect

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

func (*DeleteRes) Reset

func (x *DeleteRes) Reset()

func (*DeleteRes) String

func (x *DeleteRes) String() string

type GetListReq

type GetListReq struct {
	Page     int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty" v:"required"`                 // v:required
	PageSize int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty" v:"required|max:100"` // v:required|max:100
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" v:"length:1,20"`               // v:length:1,20
	// contains filtered or unexported fields
}

func (*GetListReq) Descriptor deprecated

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

Deprecated: Use GetListReq.ProtoReflect.Descriptor instead.

func (*GetListReq) GetName

func (x *GetListReq) GetName() string

func (*GetListReq) GetPage

func (x *GetListReq) GetPage() int32

func (*GetListReq) GetPageSize

func (x *GetListReq) GetPageSize() int32

func (*GetListReq) ProtoMessage

func (*GetListReq) ProtoMessage()

func (*GetListReq) ProtoReflect

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

func (*GetListReq) Reset

func (x *GetListReq) Reset()

func (*GetListReq) String

func (x *GetListReq) String() string

type GetListRes

type GetListRes struct {
	PolicyPrepares []*pbentity.PolicyPrepare `protobuf:"bytes,1,rep,name=policy_prepares,json=policyPrepares,proto3" json:"policy_prepares,omitempty"`
	Total          int32                     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetListRes) Descriptor deprecated

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

Deprecated: Use GetListRes.ProtoReflect.Descriptor instead.

func (*GetListRes) GetPolicyPrepares

func (x *GetListRes) GetPolicyPrepares() []*pbentity.PolicyPrepare

func (*GetListRes) GetTotal

func (x *GetListRes) GetTotal() int32

func (*GetListRes) ProtoMessage

func (*GetListRes) ProtoMessage()

func (*GetListRes) ProtoReflect

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

func (*GetListRes) Reset

func (x *GetListRes) Reset()

func (*GetListRes) String

func (x *GetListRes) String() string

type GetOneReq

type GetOneReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" v:"required"` // v:required
	// contains filtered or unexported fields
}

func (*GetOneReq) Descriptor deprecated

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

Deprecated: Use GetOneReq.ProtoReflect.Descriptor instead.

func (*GetOneReq) GetId

func (x *GetOneReq) GetId() int32

func (*GetOneReq) ProtoMessage

func (*GetOneReq) ProtoMessage()

func (*GetOneReq) ProtoReflect

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

func (*GetOneReq) Reset

func (x *GetOneReq) Reset()

func (*GetOneReq) String

func (x *GetOneReq) String() string

type GetOneRes

type GetOneRes struct {
	PolicyPrepare *pbentity.PolicyPrepare `protobuf:"bytes,1,opt,name=policy_prepare,json=policyPrepare,proto3" json:"policy_prepare,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOneRes) Descriptor deprecated

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

Deprecated: Use GetOneRes.ProtoReflect.Descriptor instead.

func (*GetOneRes) GetPolicyPrepare

func (x *GetOneRes) GetPolicyPrepare() *pbentity.PolicyPrepare

func (*GetOneRes) ProtoMessage

func (*GetOneRes) ProtoMessage()

func (*GetOneRes) ProtoReflect

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

func (*GetOneRes) Reset

func (x *GetOneRes) Reset()

func (*GetOneRes) String

func (x *GetOneRes) String() string

type PolicyPrepareClient

type PolicyPrepareClient interface {
	Create(ctx context.Context, in *CreateReq, opts ...grpc.CallOption) (*CreateRes, error)
	GetOne(ctx context.Context, in *GetOneReq, opts ...grpc.CallOption) (*GetOneRes, error)
	GetList(ctx context.Context, in *GetListReq, opts ...grpc.CallOption) (*GetListRes, error)
	Update(ctx context.Context, in *UpdateReq, opts ...grpc.CallOption) (*UpdateRes, error)
	Delete(ctx context.Context, in *DeleteReq, opts ...grpc.CallOption) (*DeleteRes, error)
}

PolicyPrepareClient is the client API for PolicyPrepare 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 PolicyPrepareServer

type PolicyPrepareServer interface {
	Create(context.Context, *CreateReq) (*CreateRes, error)
	GetOne(context.Context, *GetOneReq) (*GetOneRes, error)
	GetList(context.Context, *GetListReq) (*GetListRes, error)
	Update(context.Context, *UpdateReq) (*UpdateRes, error)
	Delete(context.Context, *DeleteReq) (*DeleteRes, error)
	// contains filtered or unexported methods
}

PolicyPrepareServer is the server API for PolicyPrepare service. All implementations must embed UnimplementedPolicyPrepareServer for forward compatibility

type UnimplementedPolicyPrepareServer

type UnimplementedPolicyPrepareServer struct {
}

UnimplementedPolicyPrepareServer must be embedded to have forward compatible implementations.

func (UnimplementedPolicyPrepareServer) Create

func (UnimplementedPolicyPrepareServer) Delete

func (UnimplementedPolicyPrepareServer) GetList

func (UnimplementedPolicyPrepareServer) GetOne

func (UnimplementedPolicyPrepareServer) Update

type UnsafePolicyPrepareServer

type UnsafePolicyPrepareServer interface {
	// contains filtered or unexported methods
}

UnsafePolicyPrepareServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PolicyPrepareServer will result in compilation errors.

type UpdateReq

type UpdateReq struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" v:"required"`             // v:required
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" v:"required"`          // v:required
	Policy string `protobuf:"bytes,3,opt,name=policy,proto3" json:"policy,omitempty" v:"required|json"` // v:required|json
	// contains filtered or unexported fields
}

func (*UpdateReq) Descriptor deprecated

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

Deprecated: Use UpdateReq.ProtoReflect.Descriptor instead.

func (*UpdateReq) GetId

func (x *UpdateReq) GetId() int32

func (*UpdateReq) GetName

func (x *UpdateReq) GetName() string

func (*UpdateReq) GetPolicy

func (x *UpdateReq) GetPolicy() string

func (*UpdateReq) ProtoMessage

func (*UpdateReq) ProtoMessage()

func (*UpdateReq) ProtoReflect

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

func (*UpdateReq) Reset

func (x *UpdateReq) Reset()

func (*UpdateReq) String

func (x *UpdateReq) String() string

type UpdateRes

type UpdateRes struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRes) Descriptor deprecated

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

Deprecated: Use UpdateRes.ProtoReflect.Descriptor instead.

func (*UpdateRes) GetEmpty

func (x *UpdateRes) GetEmpty() *emptypb.Empty

func (*UpdateRes) ProtoMessage

func (*UpdateRes) ProtoMessage()

func (*UpdateRes) ProtoReflect

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

func (*UpdateRes) Reset

func (x *UpdateRes) Reset()

func (*UpdateRes) String

func (x *UpdateRes) String() string

Jump to

Keyboard shortcuts

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