mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 18:29:12 +00:00
17 lines
319 B
Go
17 lines
319 B
Go
package frm
|
|
|
|
import (
|
|
"github.com/acaloiaro/frm/internal"
|
|
)
|
|
|
|
// Form is a published form
|
|
type Form internal.Form
|
|
|
|
// Forms is a slice of forms
|
|
type Forms []internal.Form
|
|
|
|
// FormSubmission is a form submission
|
|
type FormSubmission internal.FormSubmission
|
|
|
|
// ShortCode is a short code
|
|
type ShortCode internal.ShortCode
|