Documentation ¶
Index ¶
- Constants
- func B64DecodeBytes(s string) ([]byte, error)
- func B64EncodeBytes(b []byte) string
- func CheckDeviceIsMe(ctx context.Context, client protocoltypes.ProtocolServiceClient, ...) (bool, error)
- func EnsureValidBase64CID(str string) error
- func GroupPKFromContactPK(ctx context.Context, client protocoltypes.ProtocolServiceClient, ...) ([]byte, error)
- func StreamInteraction(dispatcher Dispatcher, db AugmentedInteractionFetcher, cid string, isNew bool) error
- func TimestampMs(t time.Time) int64
- type AugmentedInteractionFetcher
- type Dispatcher
- type NoopDispatcher
Constants ¶
View Source
const (
TyberEventAcknowledgeReceived = "Acknowledge received"
)
Variables ¶
This section is empty.
Functions ¶
func B64DecodeBytes ¶
func B64EncodeBytes ¶
func CheckDeviceIsMe ¶
func CheckDeviceIsMe(ctx context.Context, client protocoltypes.ProtocolServiceClient, gme *protocoltypes.GroupMessageEvent) (bool, error)
func EnsureValidBase64CID ¶
func GroupPKFromContactPK ¶
func GroupPKFromContactPK(ctx context.Context, client protocoltypes.ProtocolServiceClient, contactPK []byte) ([]byte, error)
func StreamInteraction ¶
func StreamInteraction(dispatcher Dispatcher, db AugmentedInteractionFetcher, cid string, isNew bool) error
func TimestampMs ¶
Types ¶
type AugmentedInteractionFetcher ¶
type AugmentedInteractionFetcher interface {
GetAugmentedInteraction(cid string) (*mt.Interaction, error)
}
type Dispatcher ¶
type NoopDispatcher ¶
type NoopDispatcher struct{}
func (*NoopDispatcher) IsEnabled ¶
func (*NoopDispatcher) IsEnabled() bool
func (*NoopDispatcher) Notify ¶
func (*NoopDispatcher) Notify(typ mt.StreamEvent_Notified_Type, title, body string, msg proto.Message) error
func (*NoopDispatcher) StreamEvent ¶
func (*NoopDispatcher) StreamEvent(typ mt.StreamEvent_Type, msg proto.Message, isNew bool) error
Click to show internal directories.
Click to hide internal directories.