Discover Packages
github.com/sparkymat/honey
internal
handler
api
package
Version:
v0.0.0-...-21a8bdb
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: AGPL-3.0-or-later
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AccountsListResponse struct {
Items []presenter.Account `json:"items"`
PageSize int `json:"page_size"`
PageNumber int `json:"page_number"`
TotalCount int `json:"total_count"`
}
type ConfigService interface {
JWTSecret() string
SessionSecret() string
DisableRegistration() bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.