initial commit
This commit is contained in:
12
servers/ocss-api/booking-events.go
Normal file
12
servers/ocss-api/booking-events.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package ocssapi
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"git.coopgo.io/coopgo-platform/carpool-service/interoperability/ocss"
|
||||
)
|
||||
|
||||
func (s *OCSSApiService) PostBookingEvents(ctx context.Context, event ocss.CarpoolBookingEvent) error {
|
||||
return errors.New("method not implmeented - GetBooking")
|
||||
}
|
||||
Reference in New Issue
Block a user