Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

client-go: fix change in openapi

+1 -1
+1 -1
client-go/seed_client.go
··· 51 51 seed.Tags = &tags 52 52 } 53 53 54 - resp, err := s.client.NewSeedWithResponse(context.TODO(), seed) 54 + resp, err := s.client.NewSeedWithResponse(context.TODO(), nil, seed) 55 55 if err != nil { 56 56 return nil, err 57 57 }