package
Version:
v0.0.0-...-571808a
Opens a new window with list of versions in this module.
Published: Sep 10, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meta[T any] struct {
Created int64 `json:"created"`
Updated int64 `json:"updated"`
Index string `json:"index"`
Data T `json:"data"`
}
type OnMessageCallback[T any] func([]Meta[T])
Source Files
¶
Click to show internal directories.
Click to hide internal directories.