mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
chore: fix some struct names in comments
Signed-off-by: deferdeter <deferdeter@outlook.com>
This commit is contained in:
parent
4d4a4d5e85
commit
ce7fd6fce6
@ -20,7 +20,7 @@ type EdgeType generic.Type
|
|||||||
// ConnectionType define the connection type handled by this relay connection
|
// ConnectionType define the connection type handled by this relay connection
|
||||||
type ConnectionType generic.Type
|
type ConnectionType generic.Type
|
||||||
|
|
||||||
// NodeTypeEdgeMaker define a function that take a NodeType and an offset and
|
// NameEdgeMaker define a function that take a NodeType and an offset and
|
||||||
// create an Edge.
|
// create an Edge.
|
||||||
type NameEdgeMaker func(value NodeType, offset int) Edge
|
type NameEdgeMaker func(value NodeType, offset int) Edge
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/MichaelMure/git-bug/api/graphql/models"
|
"github.com/MichaelMure/git-bug/api/graphql/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ModelsIdentityWrapperEdgeMaker define a function that take a models.IdentityWrapper and an offset and
|
// IdentityEdgeMaker define a function that take a models.IdentityWrapper and an offset and
|
||||||
// create an Edge.
|
// create an Edge.
|
||||||
type IdentityEdgeMaker func(value models.IdentityWrapper, offset int) Edge
|
type IdentityEdgeMaker func(value models.IdentityWrapper, offset int) Edge
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/MichaelMure/git-bug/entity"
|
"github.com/MichaelMure/git-bug/entity"
|
||||||
)
|
)
|
||||||
|
|
||||||
// EntityIdEdgeMaker define a function that take a entity.Id and an offset and
|
// LazyBugEdgeMaker define a function that take a entity.Id and an offset and
|
||||||
// create an Edge.
|
// create an Edge.
|
||||||
type LazyBugEdgeMaker func(value entity.Id, offset int) Edge
|
type LazyBugEdgeMaker func(value entity.Id, offset int) Edge
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/MichaelMure/git-bug/entity"
|
"github.com/MichaelMure/git-bug/entity"
|
||||||
)
|
)
|
||||||
|
|
||||||
// EntityIdEdgeMaker define a function that take a entity.Id and an offset and
|
// LazyIdentityEdgeMaker define a function that take a entity.Id and an offset and
|
||||||
// create an Edge.
|
// create an Edge.
|
||||||
type LazyIdentityEdgeMaker func(value entity.Id, offset int) Edge
|
type LazyIdentityEdgeMaker func(value entity.Id, offset int) Edge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user