Skip to content
Snippets Groups Projects
Select Git revision
  • 0ffb1b8e94c1ca040391efb73d0b9bbd51d7b2de
  • main default protected
  • feat/statistics protected
  • feat/schemaStats protected
  • feat/password protected
  • refactor/remove-graphcounts protected
  • feat/cypher2query-negations2 protected
  • feat/airecommender protected
  • feat/cypher-visual protected
  • feat/mcp protected
  • feature-flag protected
  • feat/optionalDefault protected
  • feat/refactorarray protected
  • feat/attributes-db protected
  • fix/mlservice protected
  • feat/median protected
  • feat/grammar2sql protected
  • feat/fetchSchemaNew protected
  • feat/monolith protected
  • feat/aggComparison protected
  • feat/maxOutput protected
  • v1.62.0
  • v1.61.1
  • v1.61.0
  • v1.60.1
  • v1.60.0
  • v1.59.0
  • v1.58.1
  • v1.58.0
  • v1.57.1
  • v1.57.0
  • v1.56.0
  • v1.55.2
  • v1.55.1
  • v1.55.0
  • v1.54.0
  • v1.53.1
  • v1.53.0
  • v1.52.1
  • v1.52.0
  • v1.51.0
41 results

getHeaders.go

Blame
  • 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()
    }