Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.25 KB | None | 0 0
  1.         func(params account.GetAccountsParams) middleware.Responder {
  2.  
  3.             legacyWorkspaceSlug := params.LegacyWorkspaceSlug
  4.             sourceID := params.SourceID
  5.  
  6.             if legacyWorkspaceSlug != nil {
  7.                 do stuff
  8.             }
  9.  
  10.             if sourceID != nil {
  11.                 do stuff
  12.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement