Documentation ¶
Index ¶
- Constants
- type HealthHandler
- type TenantsHandler
- func (t TenantsHandler) Delete(w http.ResponseWriter, r *http.Request)
- func (t TenantsHandler) GetAll(w http.ResponseWriter, r *http.Request)
- func (t TenantsHandler) GetByIDOrName(w http.ResponseWriter, r *http.Request)
- func (t TenantsHandler) Patch(w http.ResponseWriter, r *http.Request)
- func (h TenantsHandler) Post(rw http.ResponseWriter, req *http.Request)
- func (t TenantsHandler) SetDefault(rw http.ResponseWriter, req *http.Request)
Constants ¶
View Source
const MaxNativeAssetBalanceForDeletion = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
func (HealthHandler) ServeHTTP ¶
func (h HealthHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)
type TenantsHandler ¶
type TenantsHandler struct { Manager tenant.ManagerInterface Models *data.Models DistributionAccountService coreSvc.DistributionAccountServiceInterface HorizonClient horizonclient.ClientInterface MessengerClient message.MessengerClient DistributionAccountResolver signing.DistributionAccountResolver ProvisioningManager *provisioning.Manager NetworkType utils.NetworkType AdminDBConnectionPool db.DBConnectionPool CrashTrackerClient crashtracker.CrashTrackerClient SingleTenantMode bool BaseURL string SDPUIBaseURL string }
func (TenantsHandler) Delete ¶
func (t TenantsHandler) Delete(w http.ResponseWriter, r *http.Request)
func (TenantsHandler) GetAll ¶
func (t TenantsHandler) GetAll(w http.ResponseWriter, r *http.Request)
func (TenantsHandler) GetByIDOrName ¶
func (t TenantsHandler) GetByIDOrName(w http.ResponseWriter, r *http.Request)
func (TenantsHandler) Patch ¶
func (t TenantsHandler) Patch(w http.ResponseWriter, r *http.Request)
func (TenantsHandler) Post ¶
func (h TenantsHandler) Post(rw http.ResponseWriter, req *http.Request)
func (TenantsHandler) SetDefault ¶
func (t TenantsHandler) SetDefault(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.