initial commit
This commit is contained in:
9
interoperability/ocss/client.go
Normal file
9
interoperability/ocss/client.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ocss
|
||||
|
||||
import "errors"
|
||||
|
||||
type Client struct{}
|
||||
|
||||
func (c Client) GetDriverJourneys() ([]DriverJourney, error) {
|
||||
return nil, errors.New("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user