package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Dec 25, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Generator interface {
GetUniqueMessageID() string
GetUniqueSubscriberID() string
GetCurrentTimestamp() int64
}
Generator defines the interface for generating unique IDs and timestamps
NewGenerator returns a new generator
type Validator interface {
ValidateStruct(input interface{}) error
}
Validator defines the interface for validating input structs
NewValidator returns a new validator
Source Files
¶
Click to show internal directories.
Click to hide internal directories.