Documentation ¶
Index ¶
- func FromField(f data.Field) data.Request
- func FromPb(impl *protobufs.DatabaseRequest) data.Request
- func New() data.Request
- func ToPb(r data.Request) *protobufs.DatabaseRequest
- type Wrapper
- func (r *Wrapper) GetEntityId() string
- func (r *Wrapper) GetFieldName() string
- func (r *Wrapper) GetValue() data.Value
- func (r *Wrapper) GetWriteOpt() data.WriteOpt
- func (r *Wrapper) GetWriteTime() *time.Time
- func (r *Wrapper) GetWriter() *string
- func (r *Wrapper) IsSuccessful() bool
- func (r *Wrapper) SetEntityId(id string) data.Request
- func (r *Wrapper) SetFieldName(name string) data.Request
- func (r *Wrapper) SetSuccessful(success bool) data.Request
- func (r *Wrapper) SetValue(v data.Value) data.Request
- func (r *Wrapper) SetWriteOpt(opt data.WriteOpt) data.Request
- func (r *Wrapper) SetWriteTime(t *time.Time) data.Request
- func (r *Wrapper) SetWriter(id *string) data.Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wrapper ¶
type Wrapper struct {
// contains filtered or unexported fields
}
func (*Wrapper) GetEntityId ¶
func (*Wrapper) GetFieldName ¶
func (*Wrapper) GetWriteOpt ¶ added in v0.0.9
func (*Wrapper) GetWriteTime ¶
func (*Wrapper) IsSuccessful ¶
func (*Wrapper) SetWriteOpt ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.