Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHandler ¶
func MakeHandler(tracer opentracing.Tracer, svc uiconfigs.Service, ac domain.AuthClient, mux *bone.Mux, logger log.Logger) *bone.Mux
MakeHandler returns a HTTP handler for API endpoints.
Types ¶
type OrgConfigResponse ¶
type OrgConfigResponse struct {
OrgID string `json:"org_id,omitempty"`
Config map[string]any `json:"config,omitempty"`
}
func (OrgConfigResponse) Code ¶
func (res OrgConfigResponse) Code() int
func (OrgConfigResponse) Empty ¶
func (res OrgConfigResponse) Empty() bool
func (OrgConfigResponse) Headers ¶
func (res OrgConfigResponse) Headers() map[string]string
Click to show internal directories.
Click to hide internal directories.