Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/dbc/models/dbc_options.go
Normal file
5
pkg/dbc/models/dbc_options.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type DBCOption struct {
|
||||
Handler func(values map[string]interface{}, vin string) error
|
||||
}
|
||||
Reference in New Issue
Block a user