storage

package
v0.0.0-...-25f5f23 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	// contains filtered or unexported fields
}

func InitDB

func InitDB(path string) (*Database, error)

func (*Database) Close

func (d *Database) Close()

func (*Database) SaveDraft

func (d *Database) SaveDraft(target, pii, law, body string) error

type TakedownDraft

type TakedownDraft struct {
	ID        int
	TargetURL string
	PII       string
	Law       string
	DraftBody string
	Status    string // Pending, Dispatched
	CreatedAt time.Time
}

Jump to

Keyboard shortcuts

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