Documentation ¶
Index ¶
- func FromProtoTimestamp(t *timestamp.Timestamp) (tt time.Time)
- func GetLimit(n uint32) uint32
- func GetLimitFromRequest(req RequestHadLimit) uint32
- func GetOffset(n uint32) uint32
- func GetOffsetFromRequest(req RequestHadOffset) uint32
- func GetTime(t *timestamp.Timestamp) (tt time.Time)
- func ToProtoBool(bool bool) *wrappers.BoolValue
- func ToProtoBytes(bytes []byte) *wrappers.BytesValue
- func ToProtoInt32(i int32) *wrappers.Int32Value
- func ToProtoString(str string) *wrappers.StringValue
- func ToProtoTimestamp(t time.Time) (tt *timestamp.Timestamp)
- func ToProtoUInt32(uint32 uint32) *wrappers.UInt32Value
- type RequestHadLimit
- type RequestHadOffset
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLimitFromRequest ¶
func GetLimitFromRequest(req RequestHadLimit) uint32
func GetOffsetFromRequest ¶
func GetOffsetFromRequest(req RequestHadOffset) uint32
func ToProtoBool ¶
func ToProtoBytes ¶
func ToProtoBytes(bytes []byte) *wrappers.BytesValue
func ToProtoInt32 ¶
func ToProtoInt32(i int32) *wrappers.Int32Value
func ToProtoString ¶
func ToProtoString(str string) *wrappers.StringValue
func ToProtoUInt32 ¶
func ToProtoUInt32(uint32 uint32) *wrappers.UInt32Value
Types ¶
type RequestHadLimit ¶
type RequestHadLimit interface {
GetLimit() uint32
}
type RequestHadOffset ¶
type RequestHadOffset interface {
GetOffset() uint32
}
Click to show internal directories.
Click to hide internal directories.