Commit e33673d 1 parent ee9e51a commit e33673d Copy full SHA for e33673d
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var _ Symbol = (*Config)(nil)
19
19
20
20
func (s * Config ) GetName () string { return s .Name }
21
21
func (s * Config ) IsExported () bool { return false }
22
- func (s * Config ) IsGenerated () bool { return false }
22
+ func (s * Config ) IsGenerated () bool { return false }
23
23
func (s * Config ) Position () Position { return s .Pos }
24
24
func (s * Config ) String () string {
25
25
w := & strings.Builder {}
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ func (e *Enum) schemaChildren() []Node {
52
52
}
53
53
return children
54
54
}
55
- func (e * Enum ) GetName () string { return e .Name }
56
- func (e * Enum ) IsExported () bool { return e .Export }
55
+ func (e * Enum ) GetName () string { return e .Name }
56
+ func (e * Enum ) IsExported () bool { return e .Export }
57
57
func (e * Enum ) IsGenerated () bool { return false }
58
58
59
59
// IsValueEnum determines whether this is a type or value enum using `e.Type` alone
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var _ Symbol = (*Secret)(nil)
19
19
20
20
func (s * Secret ) GetName () string { return s .Name }
21
21
func (s * Secret ) IsExported () bool { return false }
22
- func (s * Secret ) IsGenerated () bool { return false }
22
+ func (s * Secret ) IsGenerated () bool { return false }
23
23
func (s * Secret ) Position () Position { return s .Pos }
24
24
func (s * Secret ) String () string {
25
25
w := & strings.Builder {}
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ func (t *Topic) schemaChildren() []Node {
36
36
return children
37
37
}
38
38
39
- func (t * Topic ) GetName () string { return t .Name }
40
- func (t * Topic ) IsExported () bool { return t .Export }
39
+ func (t * Topic ) GetName () string { return t .Name }
40
+ func (t * Topic ) IsExported () bool { return t .Export }
41
41
func (t * Topic ) IsGenerated () bool { return false }
42
42
43
43
func (t * Topic ) String () string {
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ func (t *TypeAlias) schemaChildren() []Node {
44
44
return children
45
45
}
46
46
47
- func (t * TypeAlias ) GetName () string { return t .Name }
48
- func (t * TypeAlias ) IsExported () bool { return t .Export }
47
+ func (t * TypeAlias ) GetName () string { return t .Name }
48
+ func (t * TypeAlias ) IsExported () bool { return t .Export }
49
49
func (t * TypeAlias ) IsGenerated () bool { return false }
You can’t perform that action at this time.
0 commit comments