(repository *Repository)
| 19 | } |
| 20 | |
| 21 | func NewServer(repository *Repository) *Server { |
| 22 | return &Server{ |
| 23 | repository: repository, |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | func (s *Server) Create( |
| 28 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…