wal

package
v0.0.0-...-1472157 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WAL

type WAL interface {
	/*
		인터페이스:
			새 메시지를 쓰는 함수
			주기적으로 메시지를 비울 때 호출할 함수
	*/
	Push(topic string, topicId []byte, msg []byte, timestamp time.Time) error
	Flush(timeCursor time.Time) error // 특정 timestamp 기준으로 전부 데이터베이스 삽입에 성공했다고 가정하고, 그것보다 오래된 메시지를 다 버린다.
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL