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 30, 2023
1 parent e869879 commit 561f4cd
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 561f4cd

Please sign in to comment.