sql: Begin cleanup of code
This commit is contained in:
parent
b0d3c686ba
commit
f7b8804c61
8 changed files with 158 additions and 135 deletions
|
|
@ -18,7 +18,7 @@ type SQL struct {
|
|||
PollContext context.Context // context to abort polling with
|
||||
PollInterval time.Duration // duration to wait for during wait
|
||||
|
||||
sqlNetwork lazy.Lazy[string]
|
||||
lazyNetwork lazy.Lazy[string]
|
||||
}
|
||||
|
||||
func (SQL) Name() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue