7 lines
128 B
Go
7 lines
128 B
Go
package entity
|
|
|
|
import "github.com/leandrofars/oktopus/internal/usp/usp_msg"
|
|
|
|
type UspType interface {
|
|
usp_msg.GetSupportedDM
|
|
} |