Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableVersionCtx ¶
func EnableVersionCtx() grpc.ServerOption
Types ¶
type Collection ¶
type Collection struct { Name string Doc *tablerelation.VersionLog }
type VersionLog ¶
type VersionLog struct {
// contains filtered or unexported fields
}
func GetVersionLog ¶
func GetVersionLog(ctx context.Context) *VersionLog
func (*VersionLog) Append ¶
func (v *VersionLog) Append(data ...Collection)
func (*VersionLog) Get ¶
func (v *VersionLog) Get() []Collection
Click to show internal directories.
Click to hide internal directories.