mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-02-25 04:45:34 -07:00
* Replace iris with httprouter * Linter fixes * Finalize iris removal * Vendor dependencies for reproducable builds * Api tests are back
7 lines
137 B
Go
7 lines
137 B
Go
// Package oid contains OID constants
|
|
// as defined by the Postgres server.
|
|
package oid
|
|
|
|
// Oid is a Postgres Object ID.
|
|
type Oid uint32
|