lint fixes
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
(cherry picked from commit eb036ea4db
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
01aab8baa3
commit
bdc378e781
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ func SecretSpecToGRPC(s swarmtypes.SecretSpec) swarmapi.SecretSpec {
|
|||
}
|
||||
}
|
||||
|
||||
// SecretReferencesFromGRPC converts a slice of grpc SecretReference to SecretReference
|
||||
func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference {
|
||||
refs := []*swarmtypes.SecretReference{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue