Skip to content

Commit e2c095c

Browse files
author
Nicholas Thomson
committed
Remove reference to ServiceAliasClean
1 parent 4adeb28 commit e2c095c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pkg/generate/templateset/vars.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ type MetaVars struct {
2121
// APIs this name does not match the ServiceID. e.g. The AWS Step Functions
2222
// API has a ServiceID of "SFN" and a service model name of "states"...
2323
ServiceModelName string
24-
// ServiceAliasClean is the ServiceAlias lowercased and stripped of any
25-
// non-alphanumeric characters
26-
ServiceAliasClean string
2724
// ServiceAlias contains the exact string used to identify the AWS service
2825
// API in the aws-sdk-go's packages. It is also used as the identifier for
2926
// the ACK controller's name and packages.

pkg/model/model.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ type Model struct {
5252
func (m *Model) MetaVars() templateset.MetaVars {
5353
return templateset.MetaVars{
5454
ServiceAlias: m.serviceAlias,
55-
ServiceAliasClean: m.ServiceAliasClean(),
5655
ServiceModelName: m.serviceModelName,
5756
APIGroup: m.APIGroup(),
5857
APIVersion: m.apiVersion,

0 commit comments

Comments
 (0)