github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/registry/types.go (about)

     1  /*
     2   * Copyright (c) 2020-present unTill Pro, Ltd.
     3   */
     4  
     5  package registry
     6  
     7  import "github.com/voedger/voedger/pkg/istructs"
     8  
     9  // for both Initiate*ResetPassword and Issue*ForResetPassword
    10  type result struct {
    11  	istructs.NullObject
    12  	token       string
    13  	profileWSID int64
    14  }