Versions in this module Expand all Collapse all v0 v0.0.2 Nov 17, 2021 v0.0.1 Nov 2, 2021 Changes in this version + var E_Col = &file_proto_sqlgen_sqlgen_proto_extTypes[4] + var E_Jsonb = &file_proto_sqlgen_sqlgen_proto_extTypes[3] + var E_Sqlgen = &file_proto_sqlgen_sqlgen_proto_extTypes[0] + var E_StoreName = &file_proto_sqlgen_sqlgen_proto_extTypes[1] + var E_Table = &file_proto_sqlgen_sqlgen_proto_extTypes[2] + var File_proto_sqlgen_sqlgen_proto protoreflect.FileDescriptor + var OPERATION_name = map[int32]string + var OPERATION_value = map[string]int32 + var PK_name = map[int32]string + var PK_value = map[string]int32 + type Column struct + Fk *string + Name *string + Pk *PK + func (*Column) Descriptor() ([]byte, []int) + func (*Column) ProtoMessage() + func (x *Column) GetFk() string + func (x *Column) GetName() string + func (x *Column) GetPk() PK + func (x *Column) ProtoReflect() protoreflect.Message + func (x *Column) Reset() + func (x *Column) String() string + type OPERATION int32 + const OPERATION_C + const OPERATION_D + const OPERATION_R + const OPERATION_U + func (OPERATION) Descriptor() protoreflect.EnumDescriptor + func (OPERATION) EnumDescriptor() ([]byte, []int) + func (OPERATION) Type() protoreflect.EnumType + func (x *OPERATION) UnmarshalJSON(b []byte) error + func (x OPERATION) Enum() *OPERATION + func (x OPERATION) Number() protoreflect.EnumNumber + func (x OPERATION) String() string + type PK int32 + const PK_PK_AUTO + const PK_PK_MAN + const PK_PK_UNSPECIFIED + func (PK) Descriptor() protoreflect.EnumDescriptor + func (PK) EnumDescriptor() ([]byte, []int) + func (PK) Type() protoreflect.EnumType + func (x *PK) UnmarshalJSON(b []byte) error + func (x PK) Enum() *PK + func (x PK) Number() protoreflect.EnumNumber + func (x PK) String() string + type Table struct + Crud []OPERATION + Name *string + func (*Table) Descriptor() ([]byte, []int) + func (*Table) ProtoMessage() + func (x *Table) GetCrud() []OPERATION + func (x *Table) GetName() string + func (x *Table) ProtoReflect() protoreflect.Message + func (x *Table) Reset() + func (x *Table) String() string