Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultPageSize = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client fetches workflow data from the CRE platform GraphQL API.
func New ¶
func New(gql *graphqlclient.Client, log *zerolog.Logger) *Client
New creates a WorkflowDataClient backed by the provided GraphQL client.
Click to show internal directories.
Click to hide internal directories.