Documentation ¶ Index ¶ type Sql func New(clients clients.Clients) Sql Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Sql ¶ type Sql interface { // Init initialize database for Thelma connections. Init(c api.Connection) error // Connect connect to a database via K8s pod running CLI client Connect(c api.Connection) error } func New ¶ func New(clients clients.Clients) Sql Source Files ¶ View all Source files sql.go Directories ¶ Show internal Expand all Path Synopsis api connector dbms mocks podrun meta mocks provider google kubernetes mocks Click to show internal directories. Click to hide internal directories.