// Copyright (C) 2023 Marius Schellenberger package core type TableWriter interface { Len() int Fields() string Values() []string }