|
...
|
...
|
@@ -12,7 +12,7 @@ type UserServiceGateway interface { |
|
|
|
UserInOrganization(companyId int64, orgId int64, userId int64) (bool, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type MessageServiceGateway interface {
|
|
|
|
type BasicServiceGateway interface {
|
|
|
|
AgreeCooperationApplication() (map[string]interface{}, error)
|
|
|
|
RejectCooperationApplication() (map[string]interface{}, error)
|
|
|
|
InformExpectedDividends() (map[string]interface{}, error)
|
...
|
...
|
|