Documentation ¶
Overview ¶
Package go_micro_os_db is a generated protocol buffer package.
It is generated from these files:
github.com/micro/go-os/db/proto/db.proto
It has these top-level messages:
Database Record
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Table string `protobuf:"bytes,2,opt,name=table" json:"table,omitempty"` }
func (*Database) Descriptor ¶
func (*Database) ProtoMessage ¶
func (*Database) ProtoMessage()
type Record ¶
type Record struct { Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` Created int64 `protobuf:"varint,2,opt,name=created" json:"created,omitempty"` Updated int64 `protobuf:"varint,3,opt,name=updated" json:"updated,omitempty"` Metadata map[string]string `` /* 136-byte string literal not displayed */ Bytes string `protobuf:"bytes,5,opt,name=bytes" json:"bytes,omitempty"` }
func (*Record) Descriptor ¶
func (*Record) GetMetadata ¶
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.