mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 08:56:28 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
package organizations
|
|
|
|
type OrganizationsInteractor interface {
|
|
}
|
|
|
|
type organizationsInteractor struct {
|
|
}
|