Versions in this module Expand all Collapse all v0 v0.0.11 Jan 8, 2026 Changes in this version + type TestInherit struct + Type int32 + func (*TestInherit) Descriptor() ([]byte, []int) + func (*TestInherit) ProtoMessage() + func (x *TestInherit) GetType() int32 + func (x *TestInherit) ProtoReflect() protoreflect.Message + func (x *TestInherit) Reset() + func (x *TestInherit) String() string v0.0.10 Jan 7, 2026 v0.0.9 Jan 7, 2026 Changes in this version type TestCommon + func (TestCommon) Error() string v0.0.8 Jan 7, 2026 Changes in this version type TestOrmx + func (x TestOrmx) OrmxColumn(fieldName string) string + func (x TestOrmx) OrmxColumnOption(fieldName string) string v0.0.7 Jan 6, 2026 Changes in this version type TestOrmx + Noop string + func (x *TestOrmx) GetNoop() string v0.0.6 Jan 6, 2026 Changes in this version + type TestCommon struct + CreateTime *protox.Timestamp + Description string + Id int64 + Name *string + ProjectId int64 + Public *string + PublicId string + Type string + UpdateTime *protox.Timestamp + func (*TestCommon) Descriptor() ([]byte, []int) + func (*TestCommon) ProtoMessage() + func (*TestCommon) Table() string + func (data *TestCommon) Scan(src any) error + func (data TestCommon) Value() (driver.Value, error) + func (x *TestCommon) FromJSON(content []byte) error + func (x *TestCommon) GetCreateTime() *protox.Timestamp + func (x *TestCommon) GetDescription() string + func (x *TestCommon) GetId() int64 + func (x *TestCommon) GetName() string + func (x *TestCommon) GetProjectId() int64 + func (x *TestCommon) GetPublic() string + func (x *TestCommon) GetPublicId() string + func (x *TestCommon) GetType() string + func (x *TestCommon) GetUpdateTime() *protox.Timestamp + func (x *TestCommon) ProtoReflect() protoreflect.Message + func (x *TestCommon) Reset() + func (x *TestCommon) String() string + func (x TestCommon) JSON() ([]byte, error) + type TestOrmx struct + Id int64 + Name string + func (*TestOrmx) Descriptor() ([]byte, []int) + func (*TestOrmx) ProtoMessage() + func (x *TestOrmx) GetId() int64 + func (x *TestOrmx) GetName() string + func (x *TestOrmx) ProtoReflect() protoreflect.Message + func (x *TestOrmx) Reset() + func (x *TestOrmx) String() string + func (x TestOrmx) OrmxFieldOption(fieldName string) string v0.0.5 Jan 6, 2026 Changes in this version + var Error_name = map[int32]string + var Error_value = map[string]int32 + type Error int32 + const Error_InternalServerError + const Error_NotFound + const Error_PermissionDenied + func (Error) Descriptor() protoreflect.EnumDescriptor + func (Error) EnumDescriptor() ([]byte, []int) + func (Error) Type() protoreflect.EnumType + func (x Error) Enum() *Error + func (x Error) Error() string + func (x Error) Number() protoreflect.EnumNumber + func (x Error) String() string type TestTest + func (x *TestTest) FromJSON(content []byte) error + func (x TestTest) JSON() ([]byte, error) v0.0.4 Jan 6, 2026 v0.0.3 Jan 6, 2026 v0.0.2 Jan 6, 2026 v0.0.1 Jan 6, 2026 Changes in this version + var File_test_test_proto protoreflect.FileDescriptor + type TestTest struct + CreateTime *protox.Timestamp + Description string + Id int64 + Name *string + ProjectId int64 + Public *string + PublicId string + Type string + UpdateTime *protox.Timestamp + func (*TestTest) Descriptor() ([]byte, []int) + func (*TestTest) ProtoMessage() + func (*TestTest) Table() string + func (data *TestTest) Scan(src any) error + func (data TestTest) Value() (driver.Value, error) + func (x *TestTest) GetCreateTime() *protox.Timestamp + func (x *TestTest) GetDescription() string + func (x *TestTest) GetId() int64 + func (x *TestTest) GetName() string + func (x *TestTest) GetProjectId() int64 + func (x *TestTest) GetPublic() string + func (x *TestTest) GetPublicId() string + func (x *TestTest) GetType() string + func (x *TestTest) GetUpdateTime() *protox.Timestamp + func (x *TestTest) ProtoReflect() protoreflect.Message + func (x *TestTest) Reset() + func (x *TestTest) String() string + func (x *TestTest) UnmarshalJSON(content []byte) error + func (x TestTest) MarshalJSON() ([]byte, error)