Documentation
¶
Index ¶
- func Confirm(msg string, body string) (bool, error)
- type AppsView
- type BackupView
- type CaughtEmailSingleView
- type CaughtEmailView
- type KeyDetailView
- type SpaceApplicationUpdateView
- type SpaceDetailView
- type TabularAppsView
- type TabularBackupView
- type TabularKeyDetailView
- type TabularSpaceApplicationUpdateView
- type TabularSpaceDetailView
- type TabularTeamDetailView
- type TeamDetailView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 SpaceApplicationUpdateView ¶ added in v1.2.0
type SpaceDetailView ¶
type TabularAppsView ¶ added in v1.2.0
type TabularAppsView struct{}
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.