7 lines
89 B
Go
7 lines
89 B
Go
package client
|
|
|
|
type WorkspaceClient struct {
|
|
client *Client
|
|
workspace *Workspace
|
|
}
|