MCPcopy Create free account
hub / github.com/apache/devlake / Service

Struct Service

backend/plugins/pagerduty/models/service.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type Service struct {
31 common.Scope `mapstructure:",squash"`
32 Id string `json:"id" mapstructure:"id" gorm:"primaryKey;autoIncrement:false" `
33 Url string `json:"url" mapstructure:"url"`
34 Name string `json:"name" mapstructure:"name"`
35}
36
37func (s Service) ScopeId() string {
38 return s.Id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected