Documentation
¶
Index ¶
- func RenderGraphviz(authManager authTypes.AuthManager, providers map[string]schema.Provider, ...) (string, error)
- func RenderMarkdown(authManager authTypes.AuthManager, providers map[string]schema.Provider, ...) (string, error)
- func RenderMermaid(authManager authTypes.AuthManager, providers map[string]schema.Provider, ...) (string, error)
- func RenderTable(authManager authTypes.AuthManager, providers map[string]schema.Provider, ...) (string, error)
- func RenderTree(authManager authTypes.AuthManager, providers map[string]schema.Provider, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderGraphviz ¶
func RenderGraphviz( authManager authTypes.AuthManager, providers map[string]schema.Provider, identities map[string]schema.Identity, ) (string, error)
RenderGraphviz renders providers and identities as Graphviz DOT format.
func RenderMarkdown ¶
func RenderMarkdown( authManager authTypes.AuthManager, providers map[string]schema.Provider, identities map[string]schema.Identity, ) (string, error)
RenderMarkdown renders providers and identities as Markdown with Mermaid code fence.
func RenderMermaid ¶
func RenderMermaid( authManager authTypes.AuthManager, providers map[string]schema.Provider, identities map[string]schema.Identity, ) (string, error)
RenderMermaid renders providers and identities as Mermaid diagram.
func RenderTable ¶
func RenderTable( authManager authTypes.AuthManager, providers map[string]schema.Provider, identities map[string]schema.Identity, ) (string, error)
RenderTable renders providers and identities as formatted tables, going through the same pkg/list/renderer pipeline every other `atmos list *` table uses (column widths, TTY-vs-piped fallback, styling all live there instead of a separate implementation in this package).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.