mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-15 15:24:24 +01:00
22 lines
267 B
Go
22 lines
267 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.18.0
|
|
|
|
package sqlc
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
type Onion struct {
|
|
PrivateKey []byte
|
|
CreatedAt time.Time
|
|
}
|
|
|
|
type Secret struct {
|
|
ID int32
|
|
Hash []byte
|
|
Secret []byte
|
|
CreatedAt time.Time
|
|
}
|