oktopus/backend/services/controller/internal/entity/usp.go

7 lines
128 B
Go

package entity
import "github.com/leandrofars/oktopus/internal/usp/usp_msg"
type UspType interface {
usp_msg.GetSupportedDM
}