this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hack: tools.ozone.set.upsertSet input is via ref

+1 -1
+1 -1
api/ozone/setupsertSet.go
··· 11 11 ) 12 12 13 13 // SetUpsertSet calls the XRPC method "tools.ozone.set.upsertSet". 14 - func SetUpsertSet(ctx context.Context, c *xrpc.Client, input *SetUpsertSet_Input) (*SetDefs_SetView, error) { 14 + func SetUpsertSet(ctx context.Context, c *xrpc.Client, input *SetDefs_Set) (*SetDefs_SetView, error) { 15 15 var out SetDefs_SetView 16 16 if err := c.Do(ctx, xrpc.Procedure, "application/json", "tools.ozone.set.upsertSet", nil, input, &out); err != nil { 17 17 return nil, err