Documentation
¶
Index ¶
- func Confirm(msg string, body string) (bool, error)
- type AppVersionView
- type AppsView
- type BackupView
- type CaughtEmailSingleView
- type CaughtEmailView
- type DatabaseUserView
- type KeyDetailView
- type SpaceApplicationUpdateView
- type SpaceDetailView
- type SpaceMetricsView
- type TabularAppVersionView
- type TabularAppsView
- type TabularBackupView
- type TabularDatabaseUserView
- type TabularKeyDetailView
- type TabularSpaceApplicationUpdateView
- type TabularSpaceDetailView
- type TabularTeamDetailView
- type TeamDetailView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppVersionView ¶ added in v1.6.0
type BackupView ¶
type CaughtEmailSingleView ¶ added in v1.5.0
type CaughtEmailSingleView struct {
spaces.CaughtEmail
WithHeaders bool
AsHTML bool
}
func (*CaughtEmailSingleView) Render ¶ added in v1.5.0
func (v *CaughtEmailSingleView) Render(out io.Writer)
type CaughtEmailView ¶ added in v1.5.0
type CaughtEmailView struct {
spaces.CaughtEmail
}
func (*CaughtEmailView) RenderDate ¶ added in v1.5.0
func (v *CaughtEmailView) RenderDate() string
func (*CaughtEmailView) RenderRecipients ¶ added in v1.5.0
func (v *CaughtEmailView) RenderRecipients(maxCount int) string
func (*CaughtEmailView) RenderSender ¶ added in v1.5.0
func (v *CaughtEmailView) RenderSender() string
type DatabaseUserView ¶ added in v1.10.0
type DatabaseUserView interface {
List(userList spaces.DatabaseUserList, out io.Writer)
}
type SpaceApplicationUpdateView ¶ added in v1.2.0
type SpaceDetailView ¶
type SpaceMetricsView ¶ added in v1.6.0
type SpaceMetricsView struct {
}
func (*SpaceMetricsView) Render ¶ added in v1.6.0
func (*SpaceMetricsView) Render(scope string, loadMetrics func() (spaces.ComputeMetricPointList, error)) error
type TabularAppVersionView ¶ added in v1.6.0
type TabularAppVersionView struct{}
type TabularAppsView ¶ added in v1.2.0
type TabularAppsView struct{}
type TabularDatabaseUserView ¶ added in v1.10.0
type TabularDatabaseUserView struct{}
func (TabularDatabaseUserView) List ¶ added in v1.10.0
func (t TabularDatabaseUserView) List(userList spaces.DatabaseUserList, out io.Writer)
type TabularKeyDetailView ¶
type TabularKeyDetailView struct{}
type TabularSpaceApplicationUpdateView ¶ added in v1.2.0
type TabularSpaceApplicationUpdateView struct{}
func (TabularSpaceApplicationUpdateView) SpaceApplicationUpdate ¶ added in v1.2.0
func (t TabularSpaceApplicationUpdateView) SpaceApplicationUpdate(space *spaces.Space, update *spaces.ApplicationUpdate, out io.Writer)
type TabularSpaceDetailView ¶
type TabularSpaceDetailView struct{}
func (TabularSpaceDetailView) SpaceDetail ¶
func (t TabularSpaceDetailView) SpaceDetail(space *spaces.Space, updates []spaces.ApplicationUpdate, paymentLink *spaces.SpacePaymentLink, out io.Writer)
type TabularTeamDetailView ¶
type TabularTeamDetailView struct {
IncludeMembers bool
}
func (TabularTeamDetailView) TeamDetail ¶
func (t TabularTeamDetailView) TeamDetail(team *teams.Team, members []teams.Membership, out io.Writer)
type TeamDetailView ¶
Click to show internal directories.
Click to hide internal directories.