greatape/greataped/app/commands/spi/post_to_inbox.go

11 wiersze
243 B
Go

package spi
import (
. "rail.town/infrastructure/components/constants"
. "rail.town/infrastructure/components/contracts"
)
func PostToInbox(x IDispatcher, username string) (IPostToInboxResult, error) {
return nil, ERROR_NOT_IMPLEMENTED
}