Documentation
¶
Overview ¶
Copyright 2026 Teradata
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Section ¶
Section renders a section header with a line extending to the width. Adapted from Crush's core component.
func Status ¶
func Status(opts StatusOpts, width int) string
Status renders a status line with icon, title, description, and extra content. Adapted from Crush's core component.
Types ¶
type StatusOpts ¶
type StatusOpts struct {
Icon string // if empty no icon will be shown
Title string
TitleColor color.Color
Description string
DescriptionColor color.Color
ExtraContent string // additional content to append after the description
}
StatusOpts contains options for rendering status items. Adapted from Crush's core component.