Changed package name from github.com/lmika/audax to github.com/lmika/dynamo-browse
9 lines
179 B
Go
9 lines
179 B
Go
package dynamoitemview
|
|
|
|
import "github.com/lmika/dynamo-browse/internal/dynamo-browse/models"
|
|
|
|
type NewItemSelected struct {
|
|
ResultSet *models.ResultSet
|
|
Item models.Item
|
|
}
|