Skip to content

Commit

Permalink
Refactor to section writer
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 12, 2023
1 parent 5ffebe9 commit 19a9ea9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ class ServiceClientGenerator(private val ctx: RenderingContext<ServiceShape>) {
*/
val RenderingContext: SectionKey<RenderingContext<ServiceShape>> = SectionKey("RenderingContext")
}

/**
* [SectionId] used when rendering the finalizeConfig block of a service client
*/
object FinalizeConfig : SectionId
}

init {
Expand Down

0 comments on commit 19a9ea9

Please sign in to comment.