pulumi/pkg/backend/httpstate/client
Kyle Dixler d9ae0045ed
Enable display of backend messages during updates
Augments UpdateProgramResponse to add a field named messages that
contains a list of messages to show to the user of the format:
    {
        message: string,
        severity: "error" | "warning" | "info"
    }

Messages are printed during an update above the permalink in the case of
the http backend.
2023-04-21 14:44:40 -07:00
..
api.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
api_endpoints.go sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -08:00
client.go Enable display of backend messages during updates 2023-04-21 14:44:40 -07:00
client_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
marshal.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00