package
Version:
v0.0.0-...-6215ed3
Opens a new window with list of versions in this module.
Published: Sep 19, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
ID string `mapstructure:"id" json:"-" validate:"uuid_rfc4122"`
Project string
Date int64 `mapstructure:"date" json:"-" validate:"required,number"`
Content string `form:"content" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.