package
Version:
v0.0.0-...-1acab93
Opens a new window with list of versions in this module.
Published: Feb 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BucketBasics struct {
S3Client *s3.Client
}
type FAQ struct {
Question string `json:"question"`
PageTitle string `json:"pageTitle"`
}
type HTML struct {
Body string
}
type Page struct {
Title string `json:"title"`
Lines []struct {
Text string `json:"text"`
} `json:"lines"`
}
type Project struct {
ProjectName string `json:"projectName"`
Pages []Page `json:"pages"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.