()
| 2613 | } |
| 2614 | |
| 2615 | func (x *BannerConfig) GetBackgroundColor() string { |
| 2616 | if x != nil { |
| 2617 | return x.BackgroundColor |
| 2618 | } |
| 2619 | return "" |
| 2620 | } |
| 2621 | |
| 2622 | type WorkspaceAgentScriptCompletedRequest struct { |
| 2623 | state protoimpl.MessageState |
no outgoing calls
no test coverage detected