Documentation ¶
Index ¶
Constants ¶
View Source
const AppName = "nfspampurge"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HumanFields ¶
type NFResponse ¶
type NFResponse []struct { Number int `json:"number"` Title any `json:"title"` Email string `json:"email"` Name string `json:"name"` FirstName string `json:"first_name"` LastName any `json:"last_name"` Company any `json:"company"` Summary string `json:"summary"` Body string `json:"body"` Data Data `json:"data"` CreatedAt time.Time `json:"created_at"` HumanFields HumanFields `json:"human_fields"` OrderedHumanFields []OrderedHumanFields `json:"ordered_human_fields"` ID string `json:"id"` FormID string `json:"form_id"` SiteURL string `json:"site_url"` FormName string `json:"form_name"` }
type OrderedHumanFields ¶
Click to show internal directories.
Click to hide internal directories.