Documentation
¶
Overview ¶
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ColumnConfig = []table.ColumnConfig{ { Name: "TYPE", Align: text.AlignLeft, AlignFooter: text.AlignLeft, AlignHeader: text.AlignLeft, Hidden: false, Transformer: nameTransformer, VAlign: text.VAlignTop, VAlignFooter: text.VAlignTop, VAlignHeader: text.VAlignBottom, WidthMin: 1, WidthMax: 64, }, { Name: "ID", Align: text.AlignLeft, AlignFooter: text.AlignLeft, AlignHeader: text.AlignLeft, Hidden: false, Transformer: nameTransformer, VAlign: text.VAlignTop, VAlignFooter: text.VAlignTop, VAlignHeader: text.VAlignBottom, WidthMin: 1, WidthMax: 3, }, { Name: "A", Align: text.AlignLeft, AlignFooter: text.AlignLeft, AlignHeader: text.AlignLeft, Hidden: false, Transformer: nameTransformer, VAlign: text.VAlignTop, VAlignFooter: text.VAlignTop, VAlignHeader: text.VAlignBottom, WidthMin: 10, WidthMax: 20, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.