8 lines
105 B
Go
8 lines
105 B
Go
package handlers
|
|
|
|
type CreateBucketCommand struct {
|
|
BucketName string
|
|
}
|
|
|
|
type ListBucketsQuery struct{}
|