Documentation ¶
Overview ¶
Package onboard handles the setup of sample data for a new Documize instance.
Package onboard handles the setup of sample data for a new Documize instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Runtime *env.Runtime Store *store.Store Indexer indexer.Indexer MappedID map[string]string }
Handler contains the runtime information such as logging and database.
func (*Handler) InstallSample ¶
func (h *Handler) InstallSample(w http.ResponseWriter, r *http.Request)
InstallSample inserts sample data into database.
Click to show internal directories.
Click to hide internal directories.