mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
lint: apply x/tools/modernize fixes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -11,8 +11,8 @@ import (
|
||||
type Writer interface {
|
||||
Write(*client.SolveStatus)
|
||||
WriteBuildRef(string, string)
|
||||
ValidateLogSource(digest.Digest, interface{}) bool
|
||||
ClearLogSource(interface{})
|
||||
ValidateLogSource(digest.Digest, any) bool
|
||||
ClearLogSource(any)
|
||||
}
|
||||
|
||||
func Write(w Writer, name string, f func() error) error {
|
||||
|
Reference in New Issue
Block a user