Documentation
¶
Overview ¶
Package webui implements siso webui.
Index ¶
Constants ¶
View Source
const (
DefaultItemsPerPage = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrExecrootNotExist ¶
type ErrExecrootNotExist struct {
// contains filtered or unexported fields
}
ErrExecrootNotExist represents error when exec root was not found.
func (ErrExecrootNotExist) Error ¶
func (f ErrExecrootNotExist) Error() string
func (ErrExecrootNotExist) Unwrap ¶
func (f ErrExecrootNotExist) Unwrap() error
type ErrManifestNotExist ¶
type ErrManifestNotExist struct {
// contains filtered or unexported fields
}
ErrManifestNotExist represents error when build manifest was not found.
func (ErrManifestNotExist) Error ¶
func (f ErrManifestNotExist) Error() string
type WebuiServer ¶
type WebuiServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(version string, localDevelopment bool, port int, defaultOutdir, configRepoDir, manifestPath string) (*WebuiServer, error)
NewServer inits a webui server.
func (*WebuiServer) LoadStandaloneMetrics ¶
func (s *WebuiServer) LoadStandaloneMetrics(metricsPath string) error
func (*WebuiServer) Serve ¶
func (s *WebuiServer) Serve() int
Click to show internal directories.
Click to hide internal directories.