Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadYAMLFile ¶
func Section ¶
Section is a table with no column headers. the main purpose of this is to align values when printing, so they are on the same level. here's an example: what we don't want:
ID: 0198fb5f-e59e-7794-87f9-e34bd32a0e1b Name: TestChunk Description: this is a description Tags: tag1,tag2
what we want:
ID: 0198fb5f-e59e-7794-87f9-e34bd32a0e1b Name: TestChunk Description: this is a description Tags: tag1,tag2
func WriteYAMLFile ¶
Types ¶
type Context ¶
type Context struct {
Logger *slog.Logger
Config state.Config
State state.Data
Client chunkv1alpha1.ChunkServiceClient
InstanceClient instancev1alpha1.InstanceServiceClient
UserClient userv1alpha1.UserServiceClient
Auth auth.Service
}
Click to show internal directories.
Click to hide internal directories.