Skip to content

Commit

Permalink
templatify ServiceGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Oct 19, 2023
1 parent 5a607b0 commit 1e5a30d
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 251 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ public static final class Context {
public static final class Fmt {
public static final Symbol Errorf = SmithyGoDependency.FMT.valueSymbol("Errorf");
}

public static final class Net {
public static final class Http {
public static final Symbol Request = SmithyGoDependency.NET_HTTP.pointableSymbol("Request");
public static final Symbol Response = SmithyGoDependency.NET_HTTP.pointableSymbol("Response");
}
}
}
Loading

0 comments on commit 1e5a30d

Please sign in to comment.