MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / GetId

Method GetId

shared/proto/driver/driver.pb.go:163–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func (x *Driver) GetId() string {
164 if x != nil {
165 return x.Id
166 }
167 return ""
168}
169
170func (x *Driver) GetName() string {
171 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected