MCPcopy Create free account
hub / github.com/devfullcycle/goexpert / Course

Struct Course

13-GraphQL/graph/model/course.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package model
2
3type Course struct {
4 ID string `json:"id"`
5 Name string `json:"name"`
6 Description *string `json:"description"`
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected