Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 Changes in this version + func Create(clt *core.SDKClient, accessToken string, req *form.CreateRequest) (uint64, error) + func Delete(clt *core.SDKClient, accessToken string, req *form.DeleteRequest) (bool, error) + func Detail(clt *core.SDKClient, accessToken string, req *form.DetailRequest) (*form.Form, error) + func List(clt *core.SDKClient, accessToken string, req *form.ListRequest) (*form.ListResponseData, error) + func Update(clt *core.SDKClient, accessToken string, req *form.UpdateRequest) (uint64, error)