File: server.go

package info (click to toggle)
golang-github-einride-aip-go 0.80.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,108 kB
  • sloc: makefile: 147
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package examplelibrary

import "google.golang.org/genproto/googleapis/example/library/v1"

type Server struct {
	library.UnimplementedLibraryServiceServer
	Storage *Storage
}