7 lines
100 B
Go
7 lines
100 B
Go
package commands
|
|
|
|
import "github.com/google/uuid"
|
|
|
|
type DeletePostsCommand struct {
|
|
Id uuid.UUID
|
|
}
|