compose/ecs/pkg/amazon/api.go

8 lines
67 B
Go

package amazon
type API interface {
downAPI
upAPI
convertAPI
}