Project 'graphpolaris/microservices/query-service' was moved to 'graphpolaris/microservices/database-service'. Please update any links and bookmarks that may still have the old path.
Select Git revision
getHeaders.go
interface.go 341 B
/*
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
*/
package consume
/*
UseCase is an interface describing the socket usecases
*/
type UseCase interface {
Start()
}